• XDATA Question
    Hi, I have a loop for (address = 1; address <= 5; address ++) ram_ptr[address] = 0xFA: where unsigned char xdata *ram_ptr = 0x0000; and unsigned int address; Somehow when i watch the simulation...
  • XDATA Question
    Hi, I have a loop for (address = 1; address <= 5; address ++) ram_ptr[address] = 0xFA: where unsigned char xdata *ram_ptr = 0x0000; and unsigned int address; Somehow when i watch the simulation...
  • XDATA problem/question
    I have an xdata question and please excude my lack of knowledge on this subject, I have been trying to find info on this and am just not getting anywhere. I am using a Goal VRS1000 controller. It has...
  • XDATA problem/question
    I have an xdata question and please excude my lack of knowledge on this subject, I have been trying to find info on this and am just not getting anywhere. I am using a Goal VRS1000 controller. It has...
  • About keyword xdata
    target options in dallas 390: 0x31000:0x20000(size) RAM #include <absacc.h> ... unsigned char xdata text[0x100] _at_ 0x2000;//text is located in 0x32000; ... XBYTE[0x2000] = 0x00; //memory unit 0x2000...