Newsgroups: comp.os.msdos.programmer Path: utzoo!utgpu!watserv1!watmath!mks.com!eric From: eric@mks.com (Eric Gisin) Subject: determining 386 OMF modules Organization: Mortice Kern Systems Inc., Waterloo, Ontario, CANADA Date: Tue, 25 Sep 90 19:07:25 GMT Message-ID: <1990Sep25.190725.8279@mks.com> I'm trying to decode just the PUBDEF records in OMF files. Each symbol is followed by an offset, which is 2 bytes in standard OMF files, and 4 bytes in 386 OMF files. A 386 OMF file is indicated by a special COMENT record at the beginning. The problem is that every compiler seems to have a different COMENT record. Does anyone have a list of all the COMENT records used by 386 compilers?