.zdata
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 by copy is used, a corresponding .zdata_init section is created for each .zdata section, holding the possibly compressed initial values.
Memory placement
This section must be placed in near memory.