Skip to content

v1.17.0

Compare
Choose a tag to compare
@boriel boriel released this 22 Aug 22:38
· 616 commits to docs since this release
  • ! Fixed some bugs and improved stability
  • ! Fixed and improved the peep hole optimizer
  • Compiling speed increased
  • Fixes bug with SAVE and USR
  • Internal code refacts
  • All routines using the screen (PLOT, DRAW, PRINT, SCROLL...)
    now use the screen back buffer! So you can draw in other address of RAM.
  • Requires Python 3.10+
  • Allow setting the HEAP address with --heap-address=0xNNNN
  • Fixes bugs with zxbpp (preprocessor) and zxbasm (assembler)
  • Updated documentation and README.md (thx to @chronomantic)
  • Add PutChars() library function
  • Add ClearBox() library function
  • Add PutTile() library function