< Compile Options / Assemble and Linkage Options >
[Format]
[Description]
- | This option specifies the assembler options to pass to asrx with a subcommand file. |
[Example]
ccrx -isa=rxv1 -asmcmd=file.sub 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 -subcommand=file.sub sample.src
|
[Remarks]
- | If this option is specified for more than one time, all specified subcommand files are valid. |