StevenGann / SG16

Specification for a 16-bit CPU architecture, with reference emulator, assembler, and other tools
2 stars 0 forks source link

Emulator Validation, Unit Testing #3

Open StevenGann opened 8 years ago

StevenGann commented 8 years ago

As the emulator expands, running simple test programs simply aren't sufficient for verifying that every instruction and feature is implemented as expected.

After the bulk of the 1.1 revision is complete, I'd like to implement a handful of verification tests that confirm every instruction's implementation works as expected. I've seen automated tests on other projects but never used them myself.