Keil™, An ARM® Company

Discussion Forum

M51 file and OMF file

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Jack Koenig
Posted
9-Jan-2006 03:05
Toolset
C51
New! 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
type index : 0x03
symbol name: fgResult

from the OMF file how could I get the detailed address of the symbol just like
B:0026H.1
Thanks for your help!
Read-Only
Author
Reinhard Keil
Posted
9-Jan-2006 05:15
Toolset
C51
New! RE: M51 file and OMF file
The offset should be 0x30. It is a bit number (just like the same as with the BL51 BIT directive).
http://www.keil.com/support/man/docs/bl51/bl51_bit.htm
Read-Only
Author
Jack Koenig
Posted
9-Jan-2006 05:54
Toolset
C51
New! RE: M51 file and OMF file
Thanks a lot! You're a warmhearted man!

Next Thread | Thread List | Previous Thread Start a Thread | Settings