on-chip xram

hello everyone,
i am quite new to programming 8051..hoping to receive some help..
i have a pointer variable.The address stored in this variable resides in the on-chip XRAM.

unsigned char xdata *xloc;

i need the control of my program to be transferred to this address..how can it be done in C???
Thank You in advance for the help..

Parents
  • i am quite new to programming 8051

    Given that, you shouldn't even be thinking of doing anything like the following. You're diving well beyond your depth.

    i need the control of my program to be transferred to this address..how can it be done in C???

    Oh, and it's impossible, too. The 8051 will not execute xdata.

Reply
  • i am quite new to programming 8051

    Given that, you shouldn't even be thinking of doing anything like the following. You're diving well beyond your depth.

    i need the control of my program to be transferred to this address..how can it be done in C???

    Oh, and it's impossible, too. The 8051 will not execute xdata.

Children
More questions in this forum