Skip to content

Files

Latest commit

author
dosworld
Jan 9, 2022
e62dfac · Jan 9, 2022

History

History
44 lines (24 loc) · 803 Bytes

README.MD

File metadata and controls

44 lines (24 loc) · 803 Bytes

Object file viewers

Here is MS-DOS tools for investigation object formats:

  • omfview - OBJ/LIB files in OMF format.
  • rdfview - OBJ files in RDOFF2 format (NASM version 0.98.39).

Using

    omfview objfile.obj
    rdfview rdffile.rdf

or

    omfview "Long file name.obj"
    rdfview "Long file name.rdf"

Screenshots

OMFView :

Image Screenshot - OMFVIEW main screen

RDFView :

Image Screenshot - RDFVIEW main screen

Dependencies

Requires System2 library:

https://github.com/DosWorld/libsystem2

Build

You need Turbo Pascal and my small make in path. Just type:

    make

License

MIT License