I am building a little utility to see into library files. I am using the MCS-51 object module format specification V5.0 referenced in this web. I get some record types id non-described in that reference: 0x20, 0x22, 0x24, 0x70 and 0x72. Is the V5.0 obsolete ? Are they custom extensions ? Am i doing something wrong ? Thanks in advance Javier
For 0x7x records you can get the description in the omf166.pdf available here. 0x20 0x21 and 0x22 records are types which I am searching too for infos. All I know is that this seem to be debug records (0x22) and 0x20 contains function params ?? if you find out anything please let me know. thzepf@yahoo.com cheers Thomas