Everything

 

-S


This option does not execute processing after assembling.

[Specification format]

-S

 

-

Interpretation when omitted

Processing is continued after assembling.

[Detailed description]

-

This option does not execute processing after assembling.

-

The assembly source file is output under the source file name with the extension replaced by ".asm".

-

The output file name can be specified by specifying this option and the -o option.

[Example of use]

-

To output assembly source file "main.asm" without executing any processing after the assembling, describe as:

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