diff options
author | Keith Packard <keithp@keithp.com> | 2008-12-22 19:11:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-22 19:11:56 -0800 |
commit | 4c4093c3fdd309123fdd068c0e1ff4947104492d (patch) | |
tree | 3fae24df467a70fad89150ea8ca155a6ddaf63b0 /s51/s51-parse.c | |
parent | 55eba4fa08b022197106245d36a70f575a070b0a (diff) |
Add more commands to s51 assembly-language debugger
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 's51/s51-parse.c')
-rw-r--r-- | s51/s51-parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/s51/s51-parse.c b/s51/s51-parse.c index ba0d611c..56a63e24 100644 --- a/s51/s51-parse.c +++ b/s51/s51-parse.c @@ -58,6 +58,8 @@ static struct command_function functions[] = { "Halt the processor\n" }, { "reset","res",command_reset, "[res]et", "Reset the CPU\n" }, + { "status","status",command_status, "status", + "Display CC1111 debug status\n" }, }; #define NUM_FUNCTIONS (sizeof functions / sizeof functions[0]) |