The MASM Forum

Miscellaneous => 16 bit DOS Programming => Topic started by: japheth on October 16, 2013, 05:08:41 PM

Title: DumpOMF
Post by: japheth on October 16, 2013, 05:08:41 PM
Hello,

here's a little tool, written in masm-assembly syntax, that dumps OMF object files. It's Public Domain and won't need Third Party tools for creation ( except assembler and linker, of course ). It was written a long time ago, in 16-bit assembly for DOS, but had to be  translated to Win32 recently ( to make it run on 64-bit OSes ).

Before you mention it: I'm aware that similar tools do exist - since decades.

Title: Re: DumpOMF
Post by: Gunther on October 17, 2013, 01:14:58 AM
Nice tool, thank you for providing Andreas.

Gunther