• 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!
  • 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...
  • 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!
  • Can't read/write to XDATA
    Can anyone help us? When can't get the right informations out of XDATA. We have tried to make a logo on a display, and first we placed all the displaydata in CODE (EPROM), and then the logo looks fine...