File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.8.10
2+ current_version = 1.9.0
33files = version.py
44
Original file line number Diff line number Diff line change 1+ [ v1.9.0] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10 )
2+ ===
3+ + New and completely refactored optimizer which now allow patterns.<br />
4+ This new optimizer (after a year of hard work) not only optimizes better,<br />
5+ it also allows to specify new optimization patterns without touching the compiler code.
6+ + New optimizer level -O4 (peephole)
7+ + zxbasm (assembler) now allows several instructions per line using ` : `
8+ + zxbasm allows labels to be declared without using colon.
9+ + Some other little optimizationn
10+
111[ v1.8.10] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10 )
212===
313+ ! Bugfix: ` FLASH 8 ` and ` BRIGHT 8 ` were not working correctly. Fixed.
4- + Changelog file renamed to ` Changelog.md ` and renoved . Now uses Markdown.
14+ + Changelog file renamed to ` Changelog.md ` and renovated . Now uses Markdown.
515+ ` PLOT ` , ` DRAW ` and ` CIRCLE ` now do not use the ROM for ATTR (no ROM dependency)
616+ ! Bugfix: Setting multiple ` ORG ` within ASM blocks crashed the compiler. Fixed.
717+ Change code style to pass more flake8 tests
Original file line number Diff line number Diff line change 1- VERSION = '1.8.10 '
1+ VERSION = '1.9.0 '
You can’t perform that action at this time.
0 commit comments