.tdata8
In this section:
Description
Holds static and global initialized variables that have the memory attribute __saddr and can be accessed via 8-bit offsets from the EP register. In object files, this includes the initial values. When the linker directive initialize by copy is used, a corresponding .tdata8_init section is created for each .tdata8 section, holding the possibly compressed initial values.
Memory placement
This section can be placed anywhere in memory.