ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon.cpp
(Generate patch)

Comparing mon/src/mon.cpp (file contents):
Revision 1.19 by cebix, 2002-08-03T14:54:28Z vs.
Revision 1.20 by gbeauche, 2002-09-07T12:48:15Z

# Line 1017 | Line 1017 | void mon_init(void)
1017          mon_add_command("d80", disassemble_z80,                 "d80 [start [end]]        Disassemble Z80 code\n");
1018          mon_add_command("d86", disassemble_80x86_32,    "d86 [start [end]]        Disassemble 80x86 (32-bit) code\n");
1019          mon_add_command("d8086", disassemble_80x86_16,  "d8086 [start [end]]      Disassemble 80x86 (16-bit) code\n");
1020 +        mon_add_command("d8664", disassemble_x86_64,    "d8664 [start [end]]      Disassemble x86-64 code\n");
1021          mon_add_command(":", modify,                                    ": start string           Modify memory\n");
1022          mon_add_command("f", fill,                                              "f start end string       Fill memory\n");
1023          mon_add_command("y", apply_byte,                                "y[b|h|w] start end expr  Apply expression to memory\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines