home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA001.ZIP / READ.ME < prev    next >
Text File  |  1986-11-21  |  3KB  |  69 lines

  1. >>Using CHASM<<
  2.  
  3. The entire CHASM package, consisting of assembler, documentation and sample
  4. source files are included on your disk.  To fit everything on, the files
  5. have been "archived", which compresses them by a factor of two and combines
  6. them into a single file.  Archiving allows more documentation and examples
  7. to fit on the disk, but the files must be "un-archived" before you can use
  8. them.
  9.  
  10. Put your CHASM disk in drive A:.  If you have a hard disk, type:
  11.  
  12.     ARCE CHASM *.* C:\CHASM
  13.  
  14. The files will be un-archived and placed on your hard disk in directory
  15. \CHASM.
  16.  
  17. If you do not have a hard disk, format three fresh diskettes.  Label them
  18. "CHASM Documentation", "CHASM Work Disk" and "CHASM Source Files".  Put your
  19. original CHASM disk in drive A:, and the disk labeled "CHASM Work Disk"
  20. in drive B:.  Make A the default drive, then type:
  21.  
  22.     FLOPPY A: B:
  23.  
  24. When prompted, change diskettes accordingly.
  25.  
  26. The CHASM User's Manual is contained in the file CHASM.DOC.  Once
  27. un-archived, you can print the manual on your line printer by using the DOS
  28. command:
  29.  
  30.     COPY CHASM.DOC LPT1:
  31.  
  32. CHASM.DOC has been formatted to be printed out in the condensed (132
  33. column) mode available on most line printers.  If you shift your printer
  34. into condensed mode before printing, you can cut the resulting sheets down
  35. to 5 1/2 x 8 1/2" to fit into one of your IBM manuals for storage.
  36.  
  37. CHASM is now available in two different versions.  CHASM subset is
  38. available for free trial as "User-Supported" software.  To put a little
  39. incentive into the deal, those who make the suggested payment are upgraded
  40. to Advanced CHASM.  Advanced CHASM runs twice as fast, and supports macros
  41. and other features not available in the subset.  Details, and an order
  42. blank for Advanced CHASM are given in the User's Manual.
  43.  
  44. As of version 4, CHASM requires 128K and DOS 2 or later.  Users with PCjrs
  45. or some "compatables" may need 192K.  If you're using anything other than
  46. an actual IBM PC, please read the documentation section titled "Using CHASM
  47. on Compatible Systems" before attempting to run the program.
  48.  
  49. If you want to see CHASM run before you wade through the documentation,
  50. unarchive the files.  Either put your "CHASM program" disk in drive A:, or
  51. for hard disks, change to directory \CHASM, then type:
  52.  
  53.      CHASM example s
  54.  
  55. The sample source file EXAMPLE.ASM will be assembled.  When assembly is
  56. complete, you can run the assembled program by typing:
  57.  
  58.      EXAMPLE
  59.  
  60. EXAMPLE prints a short message on the screen, then returns to DOS.
  61.  
  62. Your comments and suggestions for improving the package are always welcome.
  63. I hope you find CHASM to be a useful addition to your software library.
  64.  
  65.        David Whitman
  66.        Whitman Software
  67.        P.O. Box 1157
  68.        North Wales, PA  19454
  69.