• Generating M51 compatible files from LX51
    Is it possible to convert .MAP files from LX51 to .M51 files, as my emulator requires M51 files and no I can't use the BL51 linker as I need the code pack option to fit code in target proc. Evan
  • LX51 and RTX51Tiny
    LX51 does not recognize RTX51TINY directive!?
  • LX51 linker
    Does anyone know how to engage optimization level 10 with the LX51 linker?
  • Generating DA A via C code.
    Hi all. I am facing this problem. If I am using following syntax, logically it is ok, but it is generating a wrong asm code via keil C51. Problem 1 ACC = ACC + B; This statement works fine with C...
  • User Classes in LX51
    Whether it is possible using Lx51 to create the User Class how it can be made in L166? In L166 creation of the User Class with a certain name is possible and then allocation of the code in this class...