--core
In this section:
Syntax
--core={rxv1|rxv2|rxv3}Parameters
| Generates code for the RXv1 architecture. |
| Generates code for the RXv2 architecture. |
| Generates code for the RXv3 architecture. |
Description
Use this option to make the assembler accept assembler instructions specific to a certain core. As a result of using this option, the symbol __CORE__ will be defined accordingly. See Predefined symbols.
Tip
To find out which core a device is based on, open the *.menu file for that device in an editor and look at the value of the <core> attribute. The *.menu files are located in the rx\config\devices\ directory.
Caution
To set related options, choose:
Project>Options>General Options>Target>Device