riscii

An emulator for the RISC II
Log | Files | Refs | LICENSE

commit 36c67c1c4de70c3462d1269065d222379aee46ab
parent 46db96dd1118fba5d4a3b763a61669531304bc36
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Wed,  2 Nov 2022 12:45:05 -0700

Debugging tool in readme

Diffstat:
MREADME.org | 9+++++++++
Ariscii_data_path.png | 0
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org @@ -21,6 +21,15 @@ preserve knowledge on this important piece of computer history. See [[https://github.com/Ma11ock/riscii-guy][this project]] for an experimental assembler for the RISC II. +* Debugging + +This emulator contains a debugging tool that shows the inner workings +of the CPU's data path. + +A screenshot of the debugger: + +[[./riscii_data_path.png]] + ** Feature completeness | Feature | State | |-----------------------------------+------------------------------------| diff --git a/riscii_data_path.png b/riscii_data_path.png Binary files differ.