-pass_source


This option outputs a C source program as a comment to the assembly source file.

[Specification format]

-pass_source

 

-

Interpretation when omitted

The C source program is not output as a comment to the assembly source file.

[Detailed description]

-

This option outputs a C source program as a comment to the assembly source file.

-

The output comments are for reference only and may not correspond exactly to the code.
Additionally, non-executed lines may not be output as comments (e.g. type declarations and labels).
For example, comments concerning global variables, local variables, function declarations, etc., may be output to incorrect positions.
By specifying the optimization options, the code may be deleted and only the comment may remain.


[Example of use]

-

To output a C source program as a comment to the assembly source file, describe as:

>ccrl -pass_source -S -cpu=S2 -dev=dr5f100pj.dvf main.c