Releases: kenschenke/Pascal65
Releases · kenschenke/Pascal65
v0.34-beta
This release fixed a few minor bugs in the compiler. The editor for IDE has been completely rewritten in assembly language and a new time and date library is added.
v0.33-beta
Several bug fixes and quality of life features in this release.
- Fixed a problem with the character font getting garbled on exit from the editor
- Arrays can be declared by the number of elements instead of a subrange
- Add an Xor operator
- Add PeekW, PokeW, PeekL, and PokeL
- All Peek and Poke routines now support 16-bit and 24-bit addresses
- Fixed the screen library for 80x50 size
v0.32-beta
This release adds support for strings inside arrays and records. A few minor bugs are also fixed.
v0.31-beta
This is a minor bug-fix release. It fixes poor performance of the Bubbles sprite demo on Mega65 hardware and adds a StackSize compiler directive.
v0.30-beta
Fix a few minor bugs and support for sprites and routine pointers.
v0.29-beta
Update version to 0.29-beta
v0.28-beta
Update title and ChangeLog for 0.28 beta
v0.27-beta
Update version to 0.27-beta
v0.26-beta
Update version to 0.26 beta
v0.25-beta
This version fixes a few bugs and introduces bitwise operators. See ChangeLog.txt for a complete list of changes.