




Command:   aoutdump - display the contents of an object file
Syntax:    aoutdump [file [abcdef] ]
Flags:     (none)
Example:   aoutdump test.o 000010   # dump the symbol table  records  of
                                      test.o

     Aoutdump gives a complete dump of each ACK formatted object file in
the  argument  list.   If  no  file  is  given, a.out is displayed.  The
parameter following the file name is a bit  map  that  can  be  used  to
specify a partial dump.  Each bit must be 0 or 1.  The 6 bits in the map
have the following meanings:

   a  Display the header record
   b  Display the section records
   c  Display the code bytes
   d  Display the relocation records
   e  Display the symbol table records
   f  Display the string area








































                                                                        

