dis(1) General Commands Manual 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. RISC dis(1)