• What's the different (xdata int) and (int xdata)
    Dear All: Could any one tell me What's the different between (xdata int p) and (int xdata p)? Thanks
  • What's the different (xdata int) and (int xdata)
    Dear All: Could any one tell me What's the different between (xdata int p) and (int xdata p)? Thanks
  • What is the difference for xdata types
    Hi c51'wizards What is the difference in having a variable as: xdata unsigned char var; versus: unsigned char xdata var; ?????? Does it make sense to have a variable as: xdata...
  • What is the difference for xdata types
    Hi c51'wizards What is the difference in having a variable as: xdata unsigned char var; versus: unsigned char xdata var; ?????? Does it make sense to have a variable as: xdata...
  • what's the affect of XDATA space memory overlap?
    what's the affect of XDATA space memory overlap? I have 128 Kbytes of external ram so I use 17 Address buses and switch between 2 pages of ram by A17. I use _at_ for some data that I want to fix at...