__brel23
In this section:
Syntax
See Syntax for type attributes used on data objects.
Description
The __brel23 memory attribute overrides the default storage of variables given by the selected data model and places individual variables and constants in base-relative (brel) memory using the disp23 addressing mode of LD and ST instructions.
Storage
Address range: 8 Mbytes anywhere in RAM and 8 Mbytes anywhere in ROM. This includes the brel memory area.
Maximum object size: 8 Mbytes.
Example
__brel23 int x;