diff --git a/src/vm_debug.c b/src/vm_debug.c index db14aab..081325c 100644 --- a/src/vm_debug.c +++ b/src/vm_debug.c @@ -39,10 +39,10 @@ vm_debug_cmd cmdtable[] = { "Disassemble a block of code", }, { "disasm", "d", vm_debug_cmd_disasm, 0, "", "Toggle disassembly", }, - { "hdump", "hd", vm_debug_cmd_hdump, 2, " ", - "Hex dump memory in a given region", }, { "help", "h", vm_debug_cmd_help, 0, "", "Print out this list of commands", }, + { "hdump", "hd", vm_debug_cmd_hdump, 2, " ", + "Hex dump memory in a given region", }, { "jump", "j", vm_debug_cmd_jump, 1, "", "Jump to for next execution", }, { "printaddr", "pa", vm_debug_cmd_printaddr, 1, "",