1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00

No, really, add the writeaddr command

This commit is contained in:
Peter Evans 2018-02-24 19:38:55 -06:00
parent 09f7152e07
commit d4891a3fbf

View File

@ -23,6 +23,8 @@ vm_debug_cmd cmdtable[] = {
"Print the machine and CPU state", },
{ "resume", "r", vm_debug_cmd_resume, 0, "",
"Resume execution", },
{ "writeaddr", "wa", vm_debug_cmd_writeaddr, 2, "<addr> <byte>",
"Write <byte> at <addr>", },
};
#define CMDTABLE_SIZE (sizeof(cmdtable) / sizeof(vm_debug_cmd))