Specifications
Saturn ASM68K and ASMSH 2-3
Psy-Q Development System
/j pathname Nominate a search path for INCLUDE files.
/k Permits the inclusion of pre-defined foreign conditionals,
such as IFND - see also MACROS, chapter 5.
/l Output a file for the Psylink Linker.
/m Expand all macros encountered.
/o options Specify Assembler options - see chapter 9 for
a full description of the available options.
/p Output pure binary object code, instead of an executable
image in .cpe format - see also RUN.EXE, chapter 2.
/ps Output ASCII representation of binary file in Motorola
s-record format
/w Output EQUATE statements to the Psylink file.
/z Output line numbers to the Psylink file.
/zd Generate source level Debug information.
Source The file containing the source code; if an extension is not specified, the default is .68k
or .s. If this parameter is omitted, the Assembler outputs help in the form of a list of
switches.
Object The destination to which object code is written, either a file or target machine. If the
object code is to be sent directly to the target machine, specify a name of Tn:, where
n signifies the SCSI device number of the target . If this parameter is omitted, object
code will not be produced.
Symbols The file to which symbol information is written, for use by the Debugger.
Listings The file to contain listings generated by assembly.
Tempdata This parameter nominates a file to be placed on the RAM disk for faster access. If
the name is omitted, the default is asm.tmp; note that the temporary file is always
deleted after assembly is complete.