• Cx51 compiler
    What is and how to fix "FALTAL ERROR L236: ADDRESS IS NOT IN ASCENDING ORDER"?
  • 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,
  • Typo in Cx51 manual
    On the page for OMF2 (p.62 in my copy), "contiguous" is spelled incorrectly.
  • 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...
  • GNUC or msvc to Cx51 converting
    Good day! I am trying to run C code written for GNUC and msvc on my C8051F320 MCU (Cx51 compiler). While compiling errors are generated, that direct me to the following lines: #ifdef __GNUC__...