• 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 determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • pointer of pointer type??
    what is different form, follow as: (1)code XBYTE *AA[]={...}; (2)code void (*BB[])(void)={...};
  • 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...