--- mon/README 2000/09/25 17:52:30 1.5 +++ mon/README 2000/10/06 00:04:21 1.6 @@ -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