mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-08 19:40:03 +00:00
Prepare 0.18 release
This commit is contained in:
parent
2f524dd2bd
commit
7435c43fda
@ -1,4 +1,4 @@
|
||||
0.18-dev (Next Release)
|
||||
0.18 (2014-01-30)
|
||||
|
||||
- Fixed a bug in RTS where popping $FFFF off the stack would cause
|
||||
the program counter to overflow to $10000. It now wraps around
|
||||
@ -9,6 +9,10 @@
|
||||
|
||||
- Assembling now tolerates extra whitespace between opcode and operand.
|
||||
|
||||
- Removed page wrap bug from JMP indirect on 65C02.
|
||||
|
||||
- Removed page wrap bug from indexed indirect (X) operations on 65C02.
|
||||
|
||||
0.17 (2013-10-26)
|
||||
|
||||
- Added support for Python 3.2 and 3.3 based on work by David Beazley.
|
||||
|
@ -51,9 +51,9 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.18-dev'
|
||||
version = '0.18'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.18-dev'
|
||||
release = '0.18'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user