• 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 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 software are created these graphs?
    I have a somewhat unusual question. I do not know what software are created these images http://www.keil.com/pack/doc/mw/FileSystem/html/index.html
  • Create a binary file
    I have three files F1.c , F2.c , F3.a51 I was able to generate F1.obj , F2.obj, F3.obj I'm using DOS prompt or batch file. Now can I generate binary file , I'm not using banking. I used the command...
  • how to create .exe file
    How to create .EXE files?