This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 could I know which type area the variable belongs to?

Thanks for your help!