Merge pull request #35 from Russell-S-Harper/development

Current progress.
This commit is contained in:
Russell-S-Harper 2018-09-17 20:40:38 -04:00 committed by GitHub
commit 3c936e818d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,12 @@ Why 6502 and not, for example, x86?
In progress:
* add all the instructions (see `common/common.h` for the list)
* a simple unit test suite to ensure each instruction is correct
* added all the instructions (see `common/common.h` for the list)
In progress:
* a unit test suite to ensure each instruction is correct
* a proof-of-concept application
The meat of the project: