1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-08-11 16:25:03 +00:00

Fix grammar

This commit is contained in:
Mike Naberezny
2014-01-21 15:41:26 -08:00
parent ebd402e4de
commit 18bfec083c

View File

@@ -1,8 +1,8 @@
0.18-dev (Next Release) 0.18-dev (Next Release)
- Fixed a bug in RTS where popping $FFFF off the stack would cause - Fixed a bug in RTS where popping $FFFF off the stack would cause
program counter to overflow to $10000. It now wraps around to the program counter to overflow to $10000. It now wraps around
$0000 as it should. Thanks to Gábor Lénárt for reporting it. to $0000 as it should. Thanks to Gábor Lénárt for reporting it.
0.17 (2013-10-26) 0.17 (2013-10-26)