Atmel CAVR-4 ユーザーズマニュアル

ページ / 323
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.