WDR paper computer emulator.
Find a file
2022-02-15 21:35:13 +00:00
src i promise you this is the last commit 2022-02-15 21:35:13 +00:00
.gitignore Add code and license. 2022-02-15 21:17:49 +00:00
Cargo.lock Add code and license. 2022-02-15 21:17:49 +00:00
Cargo.toml Add code and license. 2022-02-15 21:17:49 +00:00
LICENSE Add code and license. 2022-02-15 21:17:49 +00:00
README add documentation 2022-02-15 21:27:28 +00:00
README.html add documentation 2022-02-15 21:27:28 +00:00

wdrce
---------
wdrce is an open-source, minimal emulator for the WDR paper computer.

It fits in around 70 lines and is written in Rust with no run-time or build-time dependencies.

Usage
---------
wdrce comes with a registers file with the source code. This is not required however is used to set the registers before the program is executed.

Any file containing valid instructions can be read. Any invalid instructions are ignored. The emulated file is passed as a command-line argument.