The compiler automatically defines these symbols, as if they were defined by the #define directive.
Symbols that define the microcontroller family
One of the following symbols is defined:
__ARM - for the ARM debuggers
- for the MCS-51 debuggers;
__MCS_96 - for the MCS-96 debuggers;
__PIC - for the Microchip PIC debuggers.
|