dis(1)
NAME
dis − disassemble an object file
SYNTAX
dis [-h] [-s] [-p procedure] [ file ... ]
DESCRIPTION
The dis command disassembles object files into machine instructions. Note that assembler code and machine code can differ depending on the machine type. A file can be an object or an archive file.
OPTIONS
−h Prints the general register names, rather than the software register names.
−p Disassembles only the specified procedure from the object file.
−S Lists the source listings. Otherwise, only instructions are listed.
RESTRICTIONS
You cannot disassemble an archive.
Commands