| 1 |
|
|
| 2 |
mon, Version 2.2 |
mon, Version 3.0 |
| 3 |
A command-driven file monitor |
A command-driven file monitor |
| 4 |
|
|
| 5 |
Copyright (C) 1997-1999 Christian Bauer, Marc Hellwig |
Copyright (C) 1997-2000 Christian Bauer, Marc Hellwig |
| 6 |
Freely distributable |
GNU binutils disassemblers (C) 1988, 89, 91, 93, 94, 95, 96, 97, 1998 |
| 7 |
|
Free Software Foundation, Inc. |
| 8 |
|
|
| 9 |
|
|
| 10 |
License |
License |
| 23 |
to be used for debugging. It doesn't operate on physical or virtual RAM |
to be used for debugging. It doesn't operate on physical or virtual RAM |
| 24 |
locations of a process but rather on a fixed-size (but adjustable) buffer with |
locations of a process but rather on a fixed-size (but adjustable) buffer with |
| 25 |
adresses starting at 0. Also, there are no commands to trace code, set |
adresses starting at 0. Also, there are no commands to trace code, set |
| 26 |
breakpoints etc. There are, however, built-in PowerPC, 680x0, 6502 and 8080 |
breakpoints etc. There are, however, built-in PowerPC, 680x0, 80x86, 6502 and |
| 27 |
disassemblers. |
8080 disassemblers. |
| 28 |
|
|
| 29 |
|
|
| 30 |
Installation |
Installation |
| 209 |
"." is set to the address after the last address displayed. |
"." is set to the address after the last address displayed. |
| 210 |
|
|
| 211 |
|
|
| 212 |
d86 [start [end]] Disassemble 80x86 code (very incomplete) |
d86 [start [end]] Disassemble 80x86 code |
| 213 |
|
|
| 214 |
disassembles the buffer contents from address "start" to address "end". |
disassembles the buffer contents from address "start" to address "end". |
| 215 |
Entering "d86" without arguments is equivalent to "d86 .". The value of |
Entering "d86" without arguments is equivalent to "d86 .". The value of |