mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-01 22:50:35 +00:00
5b75ae35fc
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. |
||
---|---|---|
.. | ||
A3-IO.sym65 | ||
A3-ROM.sym65 | ||
Apple1.sym65 | ||
Applesoft.sym65 | ||
Cxxx-IO.sym65 | ||
DOS33.sym65 | ||
F8-ROM-nozp.sym65 | ||
F8-ROM.sym65 | ||
GSOS.cs | ||
GSOS.sym65 | ||
IIgs-ROM.sym65 | ||
IIgs-Toolbox.cs | ||
ProDOS8.cs | ||
ProDOS8.sym65 | ||
SOS.cs | ||
SOS.sym65 | ||
VisHiRes.cs | ||
VisShapeTable.cs |