summaryrefslogtreecommitdiff
path: root/dis88/dis88.1
diff options
context:
space:
mode:
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;