Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-code1234 committed Dec 22, 2023
1 parent d925ca0 commit 66efb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ UI structure:
- canvas element for the terminal \(can be hidden)
- console logging space

System monitor supports following commands \(all parameters are HEX numbers, if not specified):
System monitor keeps history of last 7 commands \(access by CTRL-w, implemented in index.html) and supports following
commands \(all parameters are HEX numbers, if not specified):
- **\<empty>** \- one step execution
- **x** \- show/set CPU registers/flags: x \[name1 value1 ...], where name is register/flag name
- **g** \- execute program: g \[addr]
Expand Down

0 comments on commit 66efb54

Please sign in to comment.