• According OMF file how could I know the memory type a symbol belong to?
    As I asked yesterday,from the omf file I could get a variable information below: SegId: 0x00 Offset: 0x6 Type index: 0x5 [Data type is "unsigned int"] Symbol Name:wTest From the information how...
  • According OMF file how could I know the memory type a symbol belong to?
    As I asked yesterday,from the omf file I could get a variable information below: SegId: 0x00 Offset: 0x6 Type index: 0x5 [Data type is "unsigned int"] Symbol Name:wTest From the information how...
  • 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...
  • 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...
  • How to debug existing OMF-51 file
    Hi - Hoping someone can help me answer a question. I have some legacy firmware written and compiled/linked with Tasking 8051 (circa 1997). I have the C source files and IEEE-695 files. However,...