dis(1) — Commands
Digital
NAME
dis − disassemble an object file
SYNOPSIS
dis [ -h ] [ -d ] [ -S ] [ -Idirectory ] [ -p procedure ] [ -s section ] file ...
DESCRIPTION
The dis command disassembles object files into machine instructions. Please note that assember code and machine code can differ on this machine. 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.
RESTRICTIONS
Disassembling an archive is not currently operational.