< Compile Options / Assemble and Linkage Options >
[Format]
-asmopt=["]<assembler option>["]
|
[Description]
- | This option specifies the assembler options to pass to asrx with a string. |
- | Multiple options can be specified by enclosing them with double-quote marks ("). |
[Example]
ccrx -isa=rxv1 -asmopt="-chkpm" sample.c
|
The above description has the same meaning as the following two command lines:
ccrx -isa=rxv1 -output=src sample.c
asrx -isa=rxv1 -chkpm sample.src
|
[Remarks]
- | If this option is specified for more than one time, all specified assembler options are valid. |