--- mon/README 2000/10/18 13:42:55 1.10 +++ mon/README 2007/01/14 14:03:42 1.14 @@ -1,8 +1,8 @@ - cxmon, Version 3.0 + cxmon, Version 3.2 A command-line file manipulation tool and disassembler - Copyright (C) 1997-2000 Christian Bauer, Marc Hellwig + Copyright (C) 1997-2007 Christian Bauer, Marc Hellwig GNU binutils disassemblers Copyright (C) 1988, 89, 91, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. @@ -21,9 +21,9 @@ cxmon is an interactive command-driven f inspired by the "Amiga Monitor" by Timo Rossi. It has commands and features similar to a machine code monitor/debugger, but it lacks any functions for running/tracing code. There are, however, built-in PowerPC, 680x0, 80x86, -6502 and Z80 disassemblers and special support for disassembling MacOS code. -By default, cxmon operates on a fixed-size (but adjustable) memory buffer -with adresses starting at 0. +x86-64, 6502 and Z80 disassemblers and special support for disassembling +MacOS code. By default, cxmon operates on a fixed-size (but adjustable) +memory buffer with adresses starting at 0. Installation @@ -234,6 +234,13 @@ Entering "d8086" without arguments is eq of "." is set to the address after the last address displayed. + d8664 [start [end]] Disassemble x86-64 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 @@ -424,7 +431,7 @@ Please consult the file "ChangeLog" for Christian Bauer - +www.cebix.net Marc Hellwig