Manual Page Result
0
Command: dis | Section: 1 | Source: Digital UNIX | File: dis.1.gz
dis(1) General Commands Manual dis(1)
NAME
dis - Disassemble an object file
SYNOPSIS
dis [ -h ] [ -d ] [ -S ] [ -Idirectory ] [ -p procedure ] [ -s section-
name ] file ...
FLAGS
Causes the general register names to be printed, rather than the soft-
ware register names. Generates output suitable for comparing with
diff(1). The source address and binary instruction data are omitted.
Causes source code to be listed. Otherwise, only instructions are
listed. Specifies a path to be prefixed to the name of the source file
when attempting to locate the source file for use with the -S flag.
Disassembles only the specified procedure from the object file. Speci-
fies the section to be disassembled. If -s is not specified, the .text
section is disassembled.
DESCRIPTION
The dis command disassembles object files into machine instructions.
Please note that assembler code and machine code can differ on this ma-
chine. A file can be an object or an archive. delim off
dis(1)