mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +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", },
|
||||
{ "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))
|
||||
|
Loading…
Reference in New Issue
Block a user