This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how does the c51 compiler initialise those varibles declared in XDATA area?

hi
I want to konw how the c51 compiler initialises those varibles declared in XDATA area? such like :

unsigned char xdata var1 - 0x55;

thanks!

0