Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Wrap tests in valgrind, clean up memory leaks | David Phillips | 2019-08-04 |
| | |||
* | Remove `POST-` from emul test names | David Phillips | 2019-08-04 |
| | | | | This is unnecessary, leaving it out leaves plenty enough information. | ||
* | Add initial emulator implementation | David Phillips | 2019-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. |