• Please help! How could I locate the symbol by OMF file?
    In OMF file, I found that there is a debug record. From that record I could get the information of a certain symbol ranged symbol name , segment ID, offset, type index etc. But how could I know which...
  • How to parse the variable's type in the omf file?
    I am trying to write a program to check the local and global variables and their types in the source code, it has already can parse the variables from the omf file, but the record of the variable's type...
  • OMF file
    Dear sir, we are using uVision2 for our project development to work on Micronix Microcontrollers. My problem is to generate an OMF file which supports ICEMX8051 emulator for debugging purporse....
  • about omf file
    how can I get all function's name from OMF file.
  • A question about OMF file
    I am using Keil uVision2. As I know, OMF file has the same name with project file without extension. But when I open this file,it is a Binary file, isn't a Text file. Is it True?