diff --git a/README b/README new file mode 100644 index 0000000..8b82339 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +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. diff --git a/README.html b/README.html new file mode 100644 index 0000000..768ccde --- /dev/null +++ b/README.html @@ -0,0 +1,9 @@ +
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.
+ +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.