i960 Processor Compiler User's Guide
3-72
3
Example
The following example produces the listing file list.t containing a
source text listing for the file
proto.c:
ic960 -c -Z list.t proto.c
Related Topics
Stop-after options z (List)
z (List)
Produce listing file.
z
arg
...
arg
is one of the following:
s lists the primary source text, that is, source
text from files named on the command line.
i adds included source text to the primary
source text listing.
o adds the assembly language generated by
the compiler to the listing file.
m adds expanded preprocessor lines to the
primary source text listing.
c adds conditionally noncompiled source text
to the primary source text listing.