MACRO Invokes the macro assembler
SYNTAX
MACRO[/options] filespecs[/options]
SEMANTICS
To assemble multiple files (up to six) into a single OBJ file,
separate the files with plus (+) signs in the command line.
Multiple files separated by commas (,) are assembled
independently.
The default file types for output are .LST for listing files
and .OBJ for binary files. The default file type
for input is .MAC.
OPTIONS
ALLOCATE:size
Reserves space for an output file
CROSSREFERENCE[:type[...:type]]
Generates a cross-reference table in the listing file
DISABLE:value[...:value]
Specifies a .DSABL directive
ENABLE:value[...:value]
Specifies an .ENABL directive
LIBRARY
Identifies a file as a macro library file
LIST[:filespec]
Produces a listing file
NOOBJECT
Suppresses output of the binary object file
NOSHOW:value
Specifies an .NLIST directive
OBJECT[:filespec]
Specifies a file name for the object file
SHOW:type
Specifies a .LIST directive
EXAMPLES
MACRO/LIST MYPROG
MACRO/CROSSREFERENCE PROG1+PROG2/LIST/NOOBJECT
MACRO/LIST:FILE.OUT A+B
Tim Shoppa
7328 Bradley Blvd
Bethesda, MD 20817
Voice:+1 301 767 5917
Fax:+1 301 767 5927
Email:shoppa@trailing-edge.com