Topic : Where to get OMF51+ file specifications ?

Forum : 8051

Original Post
Post Information Post
September 7, 2007 - 11:09am
Guest

I use PLM-51 and EPas52 for programming and Try to use Ride(RLink) for debugging.
Problem is that source lines specs are different than Intel OMF51. (Silicon Labs Ide works well)
RIDE shows in Dissassembly window only source line numbers, but not actual source file (##_77 (null)).
Where can i get OMF-51+ specifications, that i can put source files to Disasm code?
Or is there some way, that ride shows source lines with INTEL OMF51 files?

Replies
Post Information Post
+1
0
-1
September 7, 2007 - 1:53pm
Guest

We used to deliver (more than 10 years ago) a simple utility program (named mouliplm.exe) to convert the OMF files produced by the PLM-51 into more "useable" files. We will look in our archives for this utility, and we will send it to you.
Francis

+1
0
-1
September 8, 2007 - 8:24pm
Guest

Thanks that.
Problem is that it inserts filename record(24H) only main file.
I made better program for that.
Debugger seems show sourcelines "active line marks/breakpoint marks" only files, that extension is .c ,but i can live with that.

+1
0
-1
September 27, 2007 - 11:47pm
Guest

Intel OMF51 spec is here if that is what you are looking for (excuse link to competitors site!)

http://www.keil.com/download/files/omf51.zip

PeterH