1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-17 17:30:52 +00:00

Add changelog entry for 23bd9b9a39

This commit is contained in:
Mike Naberezny 2014-12-21 15:40:15 -08:00
parent a167471b46
commit 716eeb4248

View File

@ -3,6 +3,9 @@
- Added support for breakpoints in the monitor. Contributed by
Alessandro Gatti.
- ASCII literals are now supported by the assembler. The statement
"LDA #'A'" is equivalent to "LDA #$41".
0.20 (2014-05-08)
- Page wrapping for indexed indirect (X) operations on 65C02 has been