X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=s51%2Fs51-parse.c;h=56a63e243712205a6f350e1a6346e59a6ee589fd;hp=ba0d611cb570470817c4ad2cb10184ea683e4166;hb=4c4093c3fdd309123fdd068c0e1ff4947104492d;hpb=e75918f3667a5c8ad294bec4acef6fe81682edf6 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])