• 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...
  • 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...
  • 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...
  • Contents about file with extension M51
    After compiling the source codes, I found a file named *.M51 under \obj\. My instinct tells me that it contains a lot of interesting informations about this project. Does anyone knows what they are or...
  • static variables as "public" in the file ".M51"
    In the "c" source code there are variables outside of functions "static xdata". The file ".M51" some of these variables are shown as "public". Variables with the same name in other modules do not exist...