You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saw your note about the first fail in Klaus' testsuite. I eyeballed the code, and it looks like maybe beq and bne are testing the zero flag in the wrong sense. See
lib/r6502/cpu_instructions.rb#L254
The text was updated successfully, but these errors were encountered:
Saw your note about the first fail in Klaus' testsuite. I eyeballed the code, and it looks like maybe beq and bne are testing the zero flag in the wrong sense. See
lib/r6502/cpu_instructions.rb#L254
The text was updated successfully, but these errors were encountered: