home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1994 October / IMM1094.ISO / share / tools / c64_tool / c64tools.doc < prev    next >
Text File  |  1994-06-21  |  3KB  |  70 lines

  1.                          Rick's C=64 Emulator Tools
  2.  
  3.            This archieve should contain the following files:
  4.      
  5.               C64BASIC.EXE
  6.               C64BLANK.EXE
  7.               C64COPY.EXE
  8.               C64DIR.EXE
  9.               C64STRIP.EXE
  10.               C64TANDS.EXE
  11.               C64UNASM.EXE
  12.               C64TOOLS.DOC
  13.               D64SAVE.EXE
  14.  
  15.  
  16. C64BASIC - This program will translate a Basic version 2 program file   
  17.            into a plain ascii text file.  Output is to the screen, but
  18.            can be redirected to a printer or a file.  For example - 
  19.            c64basic test.prg > filename.ext.
  20.  
  21. C64BLANK - This program will create a blank .d64 disk image file which 
  22.            you can copy your program files into for use with some of 
  23.            the C=64 emulators.  (c64blank.d64).
  24.  
  25. C64COPY  - Copies all program files from the .d64 disk image onto your 
  26.            hard drive or diskette.  (assumes testdisk.d64 is in the
  27.            same subdirectory as c64copy.exe). 
  28.            
  29. C64DIR   - Displays the programs, total sectors used by a program,
  30.            starting track and sector location of the program, and 
  31.            loading address of programs on a .d64 disk image.  Output is
  32.            to the screen, but can be redirected as above.  (assumes
  33.            testdisk.d64 is in the same subdirectory as c64dir.exe). 
  34.  
  35. C64STRIP - This will strip the header off of .t64 and .p00 program files
  36.            giving you back an original C=64 program image file.  This  
  37.            program may not work with all .t64 files as there appear to
  38.            be some bogus .t64 files floating around.  (assumes all .t64
  39.            and .p00 files are in the same subdirectory as c64strip.exe).
  40.  
  41. C64TANDS - Displays track and sector information in both hex and ascii,
  42.            enter beginning track and sector to display and off you go.
  43.            Track 0, sector 0 or control break to end.  (assumes testdisk.d64
  44.            is in the same subdirectory as c64tands.exe). 
  45.  
  46. C64UNASM - Simple machine language program dissassembler.  Ouput is to the
  47.            screen, but can be redirected as above.  
  48.                                 
  49.  
  50.            I've included d64save.exe written by Kevin Brisley which will
  51.            copy a C=64 image file to the .d64 disk image.
  52.                                 
  53.  
  54.            These tools are rather crude at this point as I'm not
  55.            sure there will be much use for them by anyone other than 
  56.            perhaps myself.  If you find these useful, have any comments
  57.            complaints, requests, bug reports, etc, etc,  drop me a line. 
  58.            I'd love to hear from ya. Enjoy!
  59.                                 
  60.  
  61.            Rick Brennan
  62.            internet 70732.2771@compuserve.com
  63.            compuserve id # 70732,2771
  64.            June 21, 1994
  65.  
  66.  
  67.  
  68.            
  69.  
  70.