Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color coded monitor for code, PC, read/write, special locations, and display #20

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _includes/end.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@
$d: Light green
$e: Light blue
$f: Light grey

In the monitor, when a byte in memory is read it is displayed in bold. If a byte in memory is written, it is displayed in bold and colored green. The special random byte is pink and the last keypress byte is purple. The memory locations corresponding to the display have a transparent highlight that match their color. The compiled program in memory is highlighted with yellow and the memory location of the PC is colored orange.
</div>
</div>
2 changes: 2 additions & 0 deletions _includes/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
$d: Light green
$e: Light blue
$f: Light grey

In the monitor, when a byte in memory is read it is displayed in bold. If a byte in memory is written, it is displayed in bold and colored green. The special random byte is pink and the last keypress byte is purple. The memory locations corresponding to the display have a transparent highlight that match their color. The compiled program in memory is highlighted with yellow and the memory location of the PC is colored orange.
</div>
</div>
Loading