unsigned char xdata temp _at_ 0x8000; temp= 0xab;
Use C:0x8000 to view 0x8000 in code memory. Use X:0x8000 to view 0x8000 in xdata memory. Jon