  The terse object disassembly dept 
 The Question is:
 
how do i disassemble relocatable object code files?
 
 The Answer is:
 
  With a tool typically known as a disassembler.  You can either
  use the object to create an image (shareable) and disassemble
  that, or you can use (or create) a disassembler that processes
  the OpenVMS VAX or OpenVMS Alpha object language -- the object
  language is documented in the LINKER documentation.
 
