
#define XBYTE ((unsigned char volatile xdata *) 0)
...
#define pio_ctl XBYTE[0x1234]
...
pio_ctl = value;
...
