who know the obj format compiled by masm?
take a look at www.wotsit.org and search "obj".
bgcq,
MASM usually builds COFF format object files. Somewhere in Microsoft there is a PDF file that has all of the data on current COFF object files but I don't have the link handy.
Regards,
hutch@movsd.com
MASM usually builds COFF format object files. Somewhere in Microsoft there is a PDF file that has all of the data on current COFF object files but I don't have the link handy.
Regards,
hutch@movsd.com
M$ published a .pdf or .doc named pecoff. It does have obj information in it. Google for it.