NAME

uncoff - display the contents of a coff file


SYNOPSIS

uncoff [options] <COFF object>


ARGUMENTS

-d
show data segment

-h
show COFF header

-r
show relocation information

-s
show symbol table

-t
show text segment

-T
show total of text+data+bss

-q
Be slightly quieter

In the absence of specifying an option, all of the above are shown.

COFF object
the name of a COFF file


DESCRIPTION

The uncoff program displays a COFF object file or an ISOS a.out image. It will print the text segment as instructions, and the initialised portions of the data segment. It will interpret the relocation and symbol table information to produce labels.


SEE ALSO

the catobj manpage and the syslink manpage