01 Apr 88 Z80 Macro Assembler This Library contains a Z80 macro assembler that is the nicest I've seen in the public domain. We spent quite a bit of time documenting this to find all the syntax requirements so you didn't have to find them out the hard way (assembler errors). All files must be UNCRunched before they are useable. Z80MR.CZM The Z80 macro assembler itself. Z80MR.DZC This is our documentation file crammed with examples and as much information as I could come up with on this as- sembler. AZM-COM.DZC How to get from an assembly language source file to a .COM file. Includes options for output control. PHASE.DZC How to get around the phase and dephase operators found in M80 files. MAC-AZM.DZC What you need to know to change .MAC (MicroSoft's M80) assembler source files to .AZM files. Example Z80MR source file PHASE1.ZZZ Sample program described in PHASE.DOC and an extra file added by Paul Foote (03/31/88) lifted from QL25.LBR: Z1.COM Z80MR configured to output a .COM file directly from an .AZM input file. Eample, using FN.AXM: A>Z1 FN - produces FN.COM --------------------------------- end ----------------------------------