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.
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.