diff --git a/command_execute.c b/command_execute.c index 5d6f676..33c58fc 100644 --- a/command_execute.c +++ b/command_execute.c @@ -84,7 +84,12 @@ void execute_help(){ "opcodelist\n" "assemble filename\n" "type filename\n" - "symbol\n"); + "symbol\n" + "loader [filename1] [filename2] ...\n" + "run\n" + "bp\n" + "progaddr [address]\n" + ); } /*