summaryrefslogtreecommitdiff
path: root/dis88/dis88.1
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-12-01 16:58:31 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:34:16 +0200
commitf8de35da65c5d93bb733073cf40da154bc1c0748 (patch)
treed28c7644739a24402376d24cb0020ea410a9ccff /dis88/dis88.1
parentc218c617b5be443b7968308506969ad2b726d73c (diff)
downloaddev86-f8de35da65c5d93bb733073cf40da154bc1c0748.tar.gz
Import Dev86src-0.0.9.tar.gzv0.0.9
Diffstat (limited to 'dis88/dis88.1')
-rw-r--r--dis88/dis88.16
1 files changed, 5 insertions, 1 deletions
diff --git a/dis88/dis88.1 b/dis88/dis88.1
index c991ad7..66a48f5 100644
--- a/dis88/dis88.1
+++ b/dis88/dis88.1
@@ -2,7 +2,7 @@
.SH "NAME"
dis88 \- 8088 symbolic disassembler
.SH "SYNOPSIS"
-\fBdis88\fP [ -o ] ifile [ ofile ]
+\fBdis88\fP [ -f -o ] ifile [ ofile ]
.SH "DESCRIPTION"
Dis88 reads ifile, which must be in PC/IX a.out format.
It interprets the binary opcodes and data locations, and
@@ -23,6 +23,10 @@ feature is used primarily for debugging the disassembler
itself, but may provide information of passing interest
to users.
.PP
+If the "-f" option appears, dis88 will attempt to disassemble
+any file whatsoever. It has to assume that the file begins
+at address zero.
+.PP
The program always outputs the current machine address
before disassembling an opcode. If a symbol table is
present, this address is output as an assembler comment;