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!
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
Thanks a lot! You're a warmhearted man!