DIS(1) — NEWS-OS Programmer’s Manual
NAME
dis − disassemble an object file
SYNOPSIS
dis [ −h ] [ −d ] [ −S ] [ −Idirectory ] [ −p procedure ] [ −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 RISC NEWS Assembler Language Programmer’s Guide. A file can be an object or an archive.
OPTIONS
−h flag causes the general register names to be printed, rather than the software register names.
−d supress the address and dump of code. print only opcode and operand.
−S source listings to be listed.
−Idirectory
specify the source file directory
−p procname
disassembles only the specified procedure from the object file.
−s section
specify the section name of common object file. Default section is .text.
SEE ALSO
RISC NEWS Assembler Language Programmer’s Guide
BUGS
Disassembling an archive is not currently operational.
NEWS-OSRelease 4.2.1R