• What is ?C?LIB_CODE in the map file (.M51)
    Dear Experts, In the map file of my project, I have a large segment by name ?C?LIB_CODE (size is 3KB+). What is this segment? Is there a way to optimize it? How can we know what is included (i.e. which...
  • M51 file
    I need to find out how much of the available 128k flash has been used by my application. I also need to find out how much of the 32k available static RAM is being used. I believe the answers lie in the...
  • M51 file and OMF file
    help: From the file m51 I found the following information: B:0026H.1 SYMBOL fgResult but when I check it in OMF file, the symbol information is the following: segment id: 0x00 offset : 0x0030...
  • Unknown information in *.M51 file
    Dear All: While I am studying *.M51 file, I discovered serveral unknown descriptions with which I need your help. Section: LINK MAP OF MODULE: .\obj\moonplus (MAIN) TYPE BASE LENGTH RELOCATION...
  • Locating parts of LIB_CODE
    I want to locate specific parts of the C lib code in one area while letting the locator place the rest of the library where it wants.I don't know how to do it.Can you help me?Thanks! Example: C...