Update README.md

This commit is contained in:
Michael Krause 2018-01-16 14:45:13 +01:00
parent a2868da37d
commit 6ef4c5aa76
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Koopman TOY CPU Interpreter
This is a CPU interpreter, based on the specification of Phil Koopmans paper: "Microcoded Versus Hard-wired Control".<br>
This is a CPU interpreter, based on the specification of Phil Koopmans paper: [Microcoded Versus Hard-wired Control](https://users.ece.cmu.edu/~koopman/misc/byte87a.pdf).<br>
For more details, have a look at /doc.
## Build