summaryrefslogtreecommitdiff
path: root/s51/s51-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 's51/s51-parse.c')
-rw-r--r--s51/s51-parse.c2
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])