• 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...
  • 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!
  • Weird DWORD error
    Hi, I am stuck with a very strange error and was wondering if anyone can help. I have been given the task of updating a USB stack used in our firmware: elm-chan.org/.../00index_e.html I downloaded...
  • Sorry for thread 3291, it should be #define aa DWORD[0x30]
    Thanks!