add hints for program help.

This commit is contained in:
lux 2018-02-04 02:57:29 +01:00
parent 735ef3ba75
commit 306b35f451
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Koopman TOY CPU Interpreter
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.
For more details, have a look at /doc or press `toy_cpu -h` (for help) or `toy_cpu -i` (for cpu architecture overview)
## Build