From f8de35da65c5d93bb733073cf40da154bc1c0748 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 1 Dec 1996 16:58:31 +0100 Subject: Import Dev86src-0.0.9.tar.gz --- dis88/dis88.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dis88/dis88.1') 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; -- cgit v1.2.1