• Debugging Error using Cx51
    *** error 65: access violation at C:0x006B : no 'execute/read' permission It's obvious that 0x006B is the vector of my interrupt,that can nor be executed... Due to restrictions of my developing board...
  • Cx51 compiler
    What is and how to fix "FALTAL ERROR L236: ADDRESS IS NOT IN ASCENDING ORDER"?
  • Usage of Library routines, are the possible to disable?
    Hi everybody I have a question about C_LIBCODE (LIBRARY ROUTINES). I have read the following in the document http://www.keil.com/support/docs/1958.htm ; "The Keil C compiler uses "helper" routines...
  • C++ interface with Cx51 simulator
    Is it possible to connect an external C++ code (which does not run on 8051) with a 8051 C code ? Is it possible to access the memory space of a 8051 C code, running on the simulator, from an external...
  • Cx51 Predefined Symbol?
    Hello. Does Cx51 have a predefined symbol like C51's __C51__? I tried __CX51__ and __Cx51__ to no avail, and __C51__ isn't defined either. Thanks,