• 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...
  • 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...
  • DATA TYPES DIFFERENT warning with pointers -- why?
    Code (Salvo) compiles fine under Cx51, but results in a WARNING L25: DATA TYPES DIFFERENT message when compiled under C-ARM. This only affects pointers (they're all pointers to structs), where they're...