• 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...
  • Segment names in map file *.m51
    I generate a map file with the extension .m51. In this file, we can see the symbol table with three columns : VALUE, TYPE and NAME. In the first column (VALUE) we find the address. This address is...
  • 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...
  • 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...