< Assembler Command Options / Microcontroller Options >
The default for this option is determined based on the environment variable CPU_RX.
For upcoming RX-family MCUs, the isa option will be used instead of the cpu option to select an instruction-set architecture. In developing new applications, use the isa option where possible. |
When -cpu=rx200 is specified, the -nofpu option is automatically selected, and writing floating-point operation instructions which are not supported by the RX200 Series or writing FPSW in control registers will cause an error. |
When -cpu=rx600 is specified while neither the -nofpu option nor the -fpu option has been specified, the -fpu option is automatically selected. |
Omitting the cpu option will lead to an error if neither the -isa option nor one of the environment variables (CPU_RX or ISA_RX) is specified. |