--- mon/README 2000/09/25 17:52:30 1.5 +++ mon/README 2000/10/10 21:14:33 1.7 @@ -1,6 +1,6 @@ mon, Version 3.0 - A command-driven file monitor + A command-line file manipulation tool and disassembler Copyright (C) 1997-2000 Christian Bauer, Marc Hellwig GNU binutils disassemblers Copyright (C) 1988, 89, 91, 93, 94, 95, 96, 97, 1998 @@ -218,13 +218,20 @@ Entering "d80" without arguments is equi "." is set to the address after the last address displayed. - d86 [start [end]] Disassemble 80x86 code + d86 [start [end]] Disassemble 80x86 (32-bit) code disassembles the buffer contents from address "start" to address "end". Entering "d86" without arguments is equivalent to "d86 .". The value of "." is set to the address after the last address displayed. + d8086 [start [end]] Disassemble 80x86 (16-bit) code + +disassembles the buffer contents from address "start" to address "end". +Entering "d8086" without arguments is equivalent to "d8086 .". The value +of "." is set to the address after the last address displayed. + + : start string Modify memory puts the specified byte string at the address "start" into the buffer. The