chip8-test-suite icon indicating copy to clipboard operation
chip8-test-suite copied to clipboard

No-op passing several corax tests

Open algometric opened this issue 10 months ago • 2 comments

I only have the required opcodes to run the IBM logo screen implemented (00E0, 1NNN, 6XNN, 7XNN, ANNN, DXYN) with any unknown instruction nooping, and I get a huge number of checkmarks: image

I'm assuming there's a magic opcode in here that if I implement it'll suddenly cause the others to break more consistently, but especially given its position right after the IBM logo in this repo that still seems misleading?

If this isn't an issue because any missing checkmark is a failure state, maybe it's worth just having a note in the readme?

algometric avatar Sep 30 '23 19:09 algometric