mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-01 00:49:46 +00:00
No, really, add the writeaddr command
This commit is contained in:
parent
09f7152e07
commit
d4891a3fbf
@ -23,6 +23,8 @@ vm_debug_cmd cmdtable[] = {
|
|||||||
"Print the machine and CPU state", },
|
"Print the machine and CPU state", },
|
||||||
{ "resume", "r", vm_debug_cmd_resume, 0, "",
|
{ "resume", "r", vm_debug_cmd_resume, 0, "",
|
||||||
"Resume execution", },
|
"Resume execution", },
|
||||||
|
{ "writeaddr", "wa", vm_debug_cmd_writeaddr, 2, "<addr> <byte>",
|
||||||
|
"Write <byte> at <addr>", },
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CMDTABLE_SIZE (sizeof(cmdtable) / sizeof(vm_debug_cmd))
|
#define CMDTABLE_SIZE (sizeof(cmdtable) / sizeof(vm_debug_cmd))
|
||||||
|
Loading…
Reference in New Issue
Block a user