• LIB_CODE in *.m51 files
    Hello, I have a problem with extracting data from *.m51 to build simulator. There are some library code in *.m51, placed in segments: LIB_CODE and LDIV. I guess it's length and address depends on...
  • What is ?C?LIB_CODE
    I found ?CO?LIB_CODE occupy a large address space in every bank in my project. What is ?C?LIB_CODE? I've search this keyword on web but I can't find any explanation. Would any one please explain this...
  • LIB_CODE in *.m51 files
    Hello, I have a problem with extracting data from *.m51 to build simulator. There are some library code in *.m51, placed in segments: LIB_CODE and LDIV. I guess it's length and address depends on...
  • What is ?C?LIB_CODE
    I found ?CO?LIB_CODE occupy a large address space in every bank in my project. What is ?C?LIB_CODE? I've search this keyword on web but I can't find any explanation. Would any one please explain this...
  • Will ?C?LIB_CODE increase with my application?
    I write a bootloader to update the flash,but when the bootloader update the ?c?LIB_CODE,the MCU(C8051F005) always jump to another incorrect place. So I put the ?c?LIB_CODE into boot-area when linking...