Skip to content

Commit

Permalink
PRJ3 명령 help 에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
limdongjin committed May 3, 2019
1 parent d84cbc1 commit a0332c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion command_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}

/*
Expand Down

0 comments on commit a0332c5

Please sign in to comment.