MC macroassembler by Microtec Research#
The MC macroassembler by Microtec Research is often found in Atari source code listings, therefore it was at least used by Atari, Inc.There are 2 EXE files:
MCASM.EXE
and
MCLINK.EXE
EXE files#
References#
--- Freeware Release ---Usage: options sourcefile[ ]
Options are ("-" - disable, "+" or none - enable):
/D+The data " - place or not debug info in the 0x0 file (default is /D+)" is not legal for a JDOM character content: 0x0000 is not a legal XML character.
/W+ - enable or not warning messages (default is /W+)
/L+The data " - generate or not the 0x0 file (default is /L+)" is not legal for a JDOM character content: 0x0000 is not a legal XML character.
/T+The data " - swap or not the 0x0 file to disk (default is /T-)" is not legal for a JDOM character content: 0x0000 is not a legal XML character.
/Mnnnn - restrict macro recursion depth (default is /M100)
/Rnnnn - restrict repeat block repetitions (default is /R500)
/Ix;x;... - assign include directories
/Ox - assign object directory
/Zx - assign temporary directory (has no effect with /T-)
/Kn - assign COM port (1-4) for key device (default is /K1)
/H or /? - show this information
Command line argument order and case are both don't care.
Missing source file will be prompted.