Atmel CAVR-4 Manual De Usuario

Descargar
Página de 323
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.