808O/808S Assembler Assembler Controls
Defaults
The following defaults are assumed by the ISIS-II assembler if the corresponding
controls are
not
selected:
OBJECT(file.OBJ)
NODEBUG
PRINT(file.
LSn
LIST
SYMBOLS
COND
GEN
NOXREF
NOMACRODEBUG
NOMACROFILE
PAGING
PAGELENGTH(66)
PAGEWIDTH(120)
ISIS-II Assembler Control Lines
The format for control lines embedded in source files to be processed by the ISIS-II
assembler is

$controllist

where

"$"

must appear in column 1 and items in the control list are separated by
spaces.
Example:
$L1ST
DEBUG XREF MOD85
Control lines containing primary controls must appear before the first statement in
the source file, including comments. General control lines can be interspersed
throughout the source file.
A control line containing more than one control
is
scanned from left to right.
If
a
control is specified incorrectly, it is ignored. All remaining controls
on
that line are
also ignored.
2-5