CHAPTER
41
LIST

FILE

FORMATS

Assembly

Listing

Format

The assembly list file
is
designed for
output
to a line printer or terminal. Unless
otherwise specified, an output page consists
of
66
lines,
120
characters wide, and in-
cludes three leading and three trailing blank lines, a page header, title line, column
headings, and assembly output lines.
If
a listing line exceeds the right margin setting,
it
is
continued in column
25
of
the following line (unless the line exceeds
132
characters, in which case
those>
132
are truncated).
The first line
of
the first page
of
a listing
is
an echo
of
the ISIS-II call to the
assembler followed by the page header.
If
the NOPAGING assembler control is selected, the page header
is
followed by the
title line and column headings, and finally the complete assembly listing with no ad-
ditional headers.
Page Header
Columns Description
1-33
The string "ISIS-II
808018085
MACRO
ASSEMBLER"
34
Blank.
35-38
The string
"Vx.y"
where
"x"
is the version
and
"y"
is
the release number.
39-46
Blanks.
47-52
Program module name from the
NAME
directive.
53-64
Blanks.
65-68
The string
"PAGE"
69
Blank.
70-72
Three character positions containing the page number in decimal.
Title Line
Columns Description
1-64
Program title
as
specified in
TITLE
assembler control.
Column Heading
Columns
1-2
3-5
6-7
8-10
11-16
17-19
31-46
Description
Blanks.
The string
"LOC"
Blanks.
The string
"OBJ"
Blanks.
The string
"SEQ"
The string "SOURCE STATEMENT"
4-1