home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / asmutl / z80mr-a.lbr / -READ.MZ / -READ.ME
Encoding:
Text File  |  1988-04-06  |  1.5 KB  |  40 lines

  1.  
  2.                                    01 Apr 88
  3.                           Z80 Macro Assembler
  4.  
  5. This Library contains a Z80 macro assembler that is the nicest I've seen
  6. in the public domain. We spent  quite  a bit of time documenting this to
  7. find all the syntax requirements so you didn't have to find them out the
  8. hard way (assembler errors).  All files must be  UNCRunched  before they
  9. are useable.
  10.  
  11. Z80MR.CZM       The Z80 macro assembler itself.
  12.  
  13. Z80MR.DZC       This is our documentation file crammed with examples and
  14.                 as much information as I could  come up with on this as-
  15.                 sembler.
  16.  
  17. AZM-COM.DZC     How to get from  an  assembly  language source file to a
  18.                 .COM file.  Includes options for output control.
  19.  
  20. PHASE.DZC       How to get around the  phase and dephase operators found
  21.                 in M80 files.
  22.  
  23. MAC-AZM.DZC     What you need to  know  to change .MAC (MicroSoft's M80)
  24.                 assembler source files to .AZM files.
  25.  
  26.  
  27. Example Z80MR source file
  28.  
  29.         PHASE1.ZZZ      Sample program described in PHASE.DOC
  30.  
  31.  
  32. and an extra file added by Paul Foote  (03/31/88)  lifted from QL25.LBR:
  33.  
  34.         Z1.COM          Z80MR configured  to output a .COM file directly
  35.                         from an  .AZM input file.  Eample, using FN.AXM:
  36.  
  37.                 A>Z1 FN <ret>   -   produces FN.COM
  38.  
  39. --------------------------------- end ----------------------------------
  40.