We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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