Printed 1/15/91 Page 1
DIS(1-SysV) RISC/os Reference Manual DIS(1-SysV)
NAME
dis - disassemble an object file
SYNOPSIS
dis [-h] [-d] [ directory] [ -pprocedure] [-s section]
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. Other-
wise, only instructions will listed.
SEE ALSO
R2000 Processor User's Guide
BUGS
Disassembling an archive is not currently operational.
Printed 1/15/91 Page 1