Assembler Controls
808O/808S
Assembler
2-2
Control
PIG
Function Area
flAGELENGTH
(66)
P Listing Format
PAGEWIDTH
(120) P Listing Format
TITLE
G Listing Format
EJECT
G Listing Format
GEN/NOGEN G Macro List
MACRODEBUG/NOMACRODEBUG
P Macro List
MACROFILE/NOMACROFILE P Macro Temporary File
MOD85
P
8085
Switch
SAVE
G Stack Controls
RESTORE
G Fetch Controls
INCLUDE
G Library Function
TTY/NOTTY P Teletypewriter Function
In general, controls go into effect at the end
of
the control line. Exceptions occur for
control lines that cause a transition between 'listing' and
'not
listing' states.
If the transition
is
caused by a change in the LIST INOLIST controls, the control
line containing the LIST INOLIST is always printed. If a change in GEN/NOGEN
causes the transition, the control line
is
not printed. If the control line contains both
LIST INOLIST and GEN/NOGEN changes, the control line
is
printed.
ISIS·II Assembler Controls

ISIS-II Assembly-Time Command

The ISIS-II Assembler for the 8080
or
8085
is
invoked by calling the ISIS-II file
ASM80. This call includes the name of your source file and any assembler controls
you wish to specify. Items in the control list are separated by spaces. The call
is
terminated by a carriage return.
-ASM80
file
control-list
The
"file"
in this format
is
your source file. This file (and files enclosed in paren-
theses as part of a control) can be a
1-6
character file name, a file name followed
by
a period and
1-3
character extension, an ISIS-II device name, or an ISIS-II device
name followed by a file name and extension.
(See
the ISIS-II System User's

Guide

for details.)
Examples:
FILE20
PROG.SRC
:HR:
:F1
:ASSMB.SRC
(filename)
(filename. extension)
(:ISIS-II device name:)
(:ISIS-II dev name:filename.ext)
All control items specified must be spelled out in their entirety.
Example:
·ASM80 PROG.SRC DEBUG SYMBOLS XREF