Intel i960 User Manual page 148

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents