summaryrefslogtreecommitdiff
path: root/instruction.h
Commit message (Collapse)AuthorAge
* Add initial emulator implementationDavid Phillips2019-08-04
| | | | | | | This emulator provides a rough way for binaries designed for this CPU to be executed in a virtual/emulated CPU for testing purposes. This patch also adds a small test setup for automated assembly, execution and checking of register postconditions for programs.
* Implement quick disassemblerDavid Phillips2019-08-03
|
* Remove superfluous printfs, factor reg table lookupDavid Phillips2019-08-03
|
* Factor out various lookup tablesDavid Phillips2019-08-03
|
* Dirst dump of working prototypeDavid Phillips2019-08-03