• Organizing a uVision3 project...
    Hello, I just installed uVision3 and am trying to get familiar with using it. I have an existing project that I have set up using both the ARM ADS 1.2 IDE as well as the Microsoft Visual Studio 2003...
  • Organizing a uVision3 project...
    Hello, I just installed uVision3 and am trying to get familiar with using it. I have an existing project that I have set up using both the ARM ADS 1.2 IDE as well as the Microsoft Visual Studio 2003...
  • How to organize my program for bank switching
    Dear Sir, My program codes are as follows, show.asm ;Main====================================== ORG 0000H ACALL INIT ;------------------------------------ MOV DPTR,#W0 ACALL SHOW MOV...
  • How to organize my program for bank switching
    Dear Sir, My program codes are as follows, show.asm ;Main====================================== ORG 0000H ACALL INIT ;------------------------------------ MOV DPTR,#W0 ACALL SHOW MOV...
  • How do pointers with different store type be organized into RAM?
    As we know, most of pointers in 8051 have 3 bytes. One of these bytes indicates the address type(data, xdata and so on) this pointer points to; the other two bytes will be organized the address. But orders...