Beginnings of a crude utility to dump the contents of an OMF file
commit5a11f59a828e3a39d101282d884d188630316ea8
authorH. Peter Anvin <hpa@zytor.com>
Thu, 2 Jul 2009 06:11:15 +0000 (1 23:11 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 2 Jul 2009 06:11:15 +0000 (1 23:11 -0700)
treee12b06258c0c1f1ef890952f77a9a69682ddbbeb
parent48ef41957ad199eff524ed8d39b4fe27d844e80c
Beginnings of a crude utility to dump the contents of an OMF file

Beginnings of a crude utility to dump the contents of an OMF (obj)
file.  At this point all it does it breaks it down into the individual
records and dumps those, but it is still easier to read than a pure
hexdump.

See http://www.azillionmonkeys.com/qed/Omfg.pdf for the format spec.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
misc/omfdump.c [new file with mode: 0644]