
FILE         DESCRIPTION
------------------------------------------------------------------------
asmz8.bat    sample Z8 batch file to assemble and generate listing file,
             Intel Hex file, and Zilog symbol file.
asmz8f.bat   sample Z8 batch file to assemble and generate listing file,
             Intel Hex file, convert mufom file to ascii character file,
             and Zilog symbol file. It also generates object header, 
             section table, link map, and load data in a readable format.
asmz8m.bat   sample Z8 batch file to assemble multiple Z8 source files and
	     generate listing for individual files not linked.
asmz80.bat   sample z80 batch file to assemble and generate listing file
             and Intel Hex file.
asm800       assembler symbol init. file for Z80  
asm80k       assembler symbol init. file for Z8000  
asm816       assembler symbol init. file for Z180 
asms8        assembler symbol init. file for Z8 
asm800.exe   Z80 cross assembler executable file
asm80k.exe   Z8000 cross assembler executable file
asms8.exe    Z8 cross assembler executable file
mconv.exe    this utility converts mufom file to ascii character file.
mload.exe    this utility generates Intel hex file for code down loading.
mlink.exe    this utility generates link file and pass comments up to level 3.
mnm.exe      this utility generates symbol table file.
mdump.exe    this utility generates object header, section table, link map, 
             and load data in a readable format.
mlist.exe    this utility generates listing file with absolute addresses.
mlib.exe     this utility is used for creating and maintaining libraries of
             object modules for use with mlink.
mlorder.exe  this utility takes a list of MUFOM modules and computes the 
             optimum order for putting these modules into a library.
cnv25sym.exe this utility converts 2500AD symbol table file to wolfgang 
             format.
cnvzisym.exe this utility converts Zilog symbol table file to wolfgang 
             format.
hexobj.exe   this utility converts Hex file to binary file. 
sample.s     Z8 sample file source code.
sample80.s   Z80 sample file source code. 
term.exe     this utility converts PC to a terminal.
