Open Viperfang opened 3 years ago
I think this issue you were having was same as mine, I submit a PR: #7
I noticed as well while testing my instance of chip8 this week.
I'm also getting incorrect results. ROM output says some unimplemented instructions are ok.
Operation 86 shows the result of 8E as they are executed in the wrong order. 86 at memory address 904 and 8E at memory address 882, assuming the program is loaded into memory starting at offset 512.