--- mon/README 2000/04/24 13:09:55 1.3 +++ mon/README 2000/09/25 12:44:30 1.4 @@ -1,9 +1,10 @@ - mon, Version 2.2 - A command-driven file monitor + mon, Version 3.0 + A command-driven file monitor - Copyright (C) 1997-1999 Christian Bauer, Marc Hellwig - Freely distributable + Copyright (C) 1997-2000 Christian Bauer, Marc Hellwig + GNU binutils disassemblers (C) 1988, 89, 91, 93, 94, 95, 96, 97, 1998 + Free Software Foundation, Inc. License @@ -22,8 +23,8 @@ features similar to a machine code monit to be used for debugging. It doesn't operate on physical or virtual RAM locations of a process but rather on a fixed-size (but adjustable) buffer with adresses starting at 0. Also, there are no commands to trace code, set -breakpoints etc. There are, however, built-in PowerPC, 680x0, 6502 and 8080 -disassemblers. +breakpoints etc. There are, however, built-in PowerPC, 680x0, 80x86, 6502 and +8080 disassemblers. Installation @@ -187,28 +188,28 @@ Entering "d" without arguments is equiva set to the address after the last address displayed. - d65 [start [end]] Disassemble 6502 code + d65 [start [end]] Disassemble 6502 code disassembles the buffer contents from address "start" to address "end". Entering "d65" without arguments is equivalent to "d65 .". The value of "." is set to the address after the last address displayed. - d68 [start [end]] Disassemble 680x0 code + d68 [start [end]] Disassemble 680x0 code disassembles the buffer contents from address "start" to address "end". Entering "d68" without arguments is equivalent to "d68 .". The value of "." is set to the address after the last address displayed. - d80 [start [end]] Disassemble 8080 code + d80 [start [end]] Disassemble 8080 code disassembles the buffer contents from address "start" to address "end". Entering "d80" without arguments is equivalent to "d80 .". The value of "." is set to the address after the last address displayed. - d86 [start [end]] Disassemble 80x86 code (very incomplete) + d86 [start [end]] Disassemble 80x86 code disassembles the buffer contents from address "start" to address "end". Entering "d86" without arguments is equivalent to "d86 .". The value of