Hi
I would like to know, is there in C51 any support for XRAM paging, I have 512KB SRAM connected as 8 x 64 KB pages (I'm using standart 8051 MCU), and now I have a problem - when I'm accessing not 0 page, I must all times switching to page 1..7 and must beware of using XRAM variables (they are in page 0 by default), how can I solve this problem ?