1
0
mirror of synced 2024-07-03 10:18:56 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Christian Dietrich
44fe73ff8f SBC/CPC: Fix Calculation of Zero Flag
For the Sub/Compare with carry, the old Z flag is also used to
AND the newZ:

  newZ = (result==0) & oldZ
2014-09-29 23:01:20 +02:00
Christian Dietrich
6183531abd Failing Testcases for printf 2014-09-29 20:39:23 +02:00