Intel i960 User Manual page 126

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

Advertisement

3
M (Mix)
Mixes C source text with
assembly language
output.
3-50
i960 Processor Compiler User's Guide
-S -M
Default
Assembly language output does not contain interleaved C source as
comments.
Discussion
Use the
(Mix) option to modify the
M
source text as comments into the assembly language output file. Using the
(Mix) option without the
M
Note that if you use the
source text comments can be mismatched to the assembly language text,
since optimization can reorder and eliminate assembly language
instructions.
Example
The following example produces the assembly language file
containing C source text as comments:
ic960 -S -M proto.c
Related Topics
(Optimize)
O
(Save-assembly) option to put C
S
(Save-assembly) option has no effect.
S
(Optimize) option with the
O
(Save-assembly)
S
(Mix) option, the C
M
proto.s

Advertisement

Table of Contents
loading

Table of Contents