Ok, thank you. Now I can understand.
I tested
DEFAULT_RAM INTO RAM_2000, RAM_FD1800;
However it not works. RPAGE is cutted off.
Maybe there is any trick, but I think that more useful will be using custom segments and locate data trough #pragma DATA_SEG command. For example:
#pragma DATA_SEG __RPAGE_SEG MY_RAM1
unsigned int i;
#pragma DATA_SEG DEFAULT
There is obvious typo error in hcs12xadrmap.exe.
0x1000 to 0x2000 is memory window to paged RAM. Register are in range 0x0000 to 0x0800
In atachment you can find memory map for S12XEP100