• CX51 strtoul library routine
    CX51 not support strtoul library routine ! unsigned long x; unsigned char c[]="12345678" x = strtoul (c,NULL,10); returned zero ?
  • Cx51 compiler
    What is and how to fix "FALTAL ERROR L236: ADDRESS IS NOT IN ASCENDING ORDER"?
  • 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,
  • 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__...