For ram, RPAGE == 0 maps the registers to the 0x1000 block.
For EEPROM, there are devices like the EP100 which have different types of eeprom, the EPAGE values for one start at 0 (0,1,2,...) and for the other they start at 0xFF and then count downwards.
For S08's with PPAGE (QE128 and others) PPAGE value 0,1,2,3, and so fourth are used.
For the S12(X) I'm unaware that PPAGE==0 would be legal, but as the EPAGE shows this can change with new devices.
Anyhow, the debugger uses logical addresses even for addresses < 0x10000, so 0x8000 means PPAGE == 0.
Daniel