Specifications

CAVR-4
166
Descriptions of segments
AVR® IAR C/C++ Compiler
Reference Guide
TINY_N
Holds __no_init static and global __tiny variables.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFF.
Description
Holds static and global __tiny 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.
TINY_Z
Holds zero-initialized static and global __tiny variables.
XLINK segment memory type
DATA
Memory space
Data. The address range is 0x0–0xFF.
Description
Holds static and global __tiny variables that have been declared without initial values
or with zero initial values.