ic960 Compiler Driver
3-77
3
line-number
is the location of a line relative to the
beginning of the file containing that line.
source-line
is a line of source text.
A line with an expanded macro appears after the corresponding source
line in the following format:
source-line
+++++
macro-expanded-line
macro-expanded-line
is the source line containing the
expansion of the macro.
The assembly language in the listing is similar to but not necessarily
identical to the intermediate assembly language form of the program
resulting from an
S (Save-assembly) option. The compiler can add
symbolic names that improve readability of the listing but are not accepted
by the assembler.
Related Topics
Stop-after options w (Diagnostic-level) Z (Listname)