Specifications

CAVR-4
Part 2. Compiler reference
Segment reference
163
NEAR_N
Holds __no_init static and global __near variables.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFFFF.
Description
Holds static and global __near variables that will not be initialized at system startup,
for example variables that are to be placed in non-volatile memory. These variables have
been declared __no_init.
NEAR_Z
Holds zero-initialized static and global __near variables.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFFFF.
Description
Holds static and global __near variables that have been declared without initial values
or with zero initial values.
RSTACK
Holds the internal return stack.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFFFF.
Description
Holds the internal return stack.