Add more commands to s51 assembly-language debugger
[fw/altos] / s51 / s51-parse.c
index ba0d611cb570470817c4ad2cb10184ea683e4166..56a63e243712205a6f350e1a6346e59a6ee589fd 100644 (file)
@@ -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])