Skip to main content

IAR Embedded Workbench for RL78 5.20

.data

In this section:
Description

Holds static and global initialized variables that have the memory attribute near. In object files, this includes the initial values. When the linker directive initialize is used, a corresponding .near.data_init section is created for each .near.data section, holding the possibly compressed initial values.

Memory placement

0xF00000xFFE1F in RAM memory.

See also

Memory types.