• About #define aa=DWORD[0x30]
    If I #define aa=DWORD[0x30]; Can I treat aa as an integer number! And if I #define aa=DBYTE[0x30]; Can I treat aa as an char number! Thanks!
  • Problem writing DWORD xdata
    I just noticed this recently... whenever I have a xdata DWORD - 32 bits - and I try to set it to a constant value (or any value I think), the assembly that gets generated seems all messed up for such...
  • About AgsiSetSFRValue(DWORD dwValue)
    hello, I am engaged in developing a new SPeriDLL.dll(dialog) and I can't understand the following function and its specification: BOOL About AgsiSetSFRValue(DWORD dwValue); "This function is used...
  • HANDLE and DWORD variable types
    Is there a way to use the HANDLE and DWORD variable types with the Cx51 & 8051? And if so, do I need to use a certain '#include'? Thanks!
  • unsigned long long undefined identifier.
    I m integrating TCP/IP stack and compiling it with C166 Kiel compiler. The TCP/IP stack is from microchip. I m getting the error "GENERICTYPEDEFS.H(144): error C27: illegal type specifier" line...