dis(1) USER COMMANDS dis(1)
NAME
dis - disassemble an object file
SYNOPSIS
dis [-h] [-s] [-p procedure] [ file ... ]
DESCRIPTION
Dis disassembles object files into machine instructions.
Please note that assember code and machine code can differ
on this machine. For a full description of the machine
language, see the R2000 Processor User's Guide. A file can
be an object or an archive.
The -h, flag causes the general register names to be
printed, rather than the software register names. The -p
flag disassembles only the specified procedure from the
object file. The -S causes source lisitings to be listed.
Otherwise, only instructions will listed.
BUGS
Disassembling an archive is not currently operational.
1