ProcessorTests icon indicating copy to clipboard operation
ProcessorTests copied to clipboard

65816: missing coverage for zero flag in 16-bit adds

Open twvd opened this issue 7 months ago • 0 comments

There are no tests that check if the Z-flag is set if the result of a 16-bit add (both decimal and non-decimal mode) is 0.

I had a bug in my CPU which passed your 65816 tests, but did show up in PeterLemons CPUTests.

twvd avatar Nov 14 '23 18:11 twvd