1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-08 05:30:35 +00:00
Andy McFadden 5b75ae35fc Fix ANDImm flag updater
For nonzero values we were leaving Z=prev, which is wrong when Z=0
because the AND result might be zero.  Now if Z=1 we leave it alone,
but if Z=0 we now set it to Z=?.

Test 1003-flags-and-branches was testing for the (incorrect)
behavior, so we're now running into a BRK.  This is fine.
2020-02-01 16:41:44 -08:00
..
2020-01-27 13:23:05 -08:00
2019-12-25 11:15:22 -08:00
2020-02-01 16:41:44 -08:00
2020-02-01 16:41:44 -08:00
2019-11-18 13:36:53 -08:00
2019-12-29 17:59:35 -08:00
2020-01-25 18:23:27 -08:00
2019-07-20 17:36:12 -07:00
2019-12-04 15:59:37 -08:00
2020-01-27 13:35:57 -08:00
2019-11-08 21:02:15 -08:00
2019-12-05 10:29:00 -08:00
2019-10-23 13:25:50 -07:00
2019-12-25 11:15:22 -08:00
2019-11-01 19:47:56 -07:00
2019-10-10 11:57:36 -07:00
2019-12-31 13:59:08 -08:00
2019-12-29 17:59:35 -08:00
2020-01-01 17:26:53 -08:00