1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-02-05 10:32:12 +00:00

Add changelog entry for 1836596afc4651cd201ceb392b321161f641d7a1

This commit is contained in:
Mike Naberezny 2014-05-07 23:26:23 -07:00
parent 1836596afc
commit 8517fbcf65

View File

@ -1,5 +1,9 @@
0.20-dev (Next Release)
- Page wrapping for indexed indirect (X) operations on 65C02 has been
restored. This reverts the change introduced in 0.18. We now believe
that this mode works the same on the 65C02 as it does on the 6502.
0.19 (2014-03-12)
- Fixed 65C02 opcode $D2: CMP Zero Page, Indirect.