Skip to content

Releases: boriel-basic/zxbasic

v1.14.1

18 Jan 22:26
6b254d8

Choose a tag to compare

  • Fixed bugs and improved stability
  • Assembler will show a warning on DB truncated values
  • Input key taps will emit sound (mute then with a POKE)
  • Little optimizations

v1.14.0

11 Jan 22:10

Choose a tag to compare

  • Added token pasting ## and stringizing # operators to the preprocessor
  • Warnings and error messages improved with codes
  • Warnings can now be silenced with -Wxxx (i.e. -W150)
  • Improved error reporting (files and line numbers)
  • Improved code generation and optimization
  • Speed compilation increased by 100%!
  • ! Fixed many bugs and improved stability

v1.13.2

11 Dec 23:23

Choose a tag to compare

  • Several bugfixes and better stability
  • Allow { and } characters in ASM contexts for 3rd party assemblers.

v1.13.1

04 Nov 23:08

Choose a tag to compare

! Fixes a bug with LEN

v1.13.0

27 Oct 08:03

Choose a tag to compare

  • ! Fixes many bugs and improves stability
  • Added a new optimization recipe
  • New architecture backend parameter! From now on zxbasic will allow you to select the target machine.

v1.12.1

17 Aug 19:32

Choose a tag to compare

Bugfixes and also add WinScroll rutine!

v1.11.1

06 Jul 10:50

Choose a tag to compare

Bugfix for LBOUND and UBOUND

v1.11.0

02 Jul 21:51

Choose a tag to compare

Release v1.11.0

  • Allow passing arrays as parameters (ByRef)!
  • Bugfixes and improved stability
  • Add PRINTFZX library

v1.10.3

07 Jun 19:20
7b170b9

Choose a tag to compare

  • ! Bugfixes and improved stability

v1.10.2

04 Jun 11:17

Choose a tag to compare

  • ! Fixes a critical bug with local arrays