Skip to content

Releases: boriel-basic/zxbasic

v1.9.7

11 Nov 00:15
cc1708f

Choose a tag to compare

  • Little bug fixes
  • Allow extra characters within ASM context for 3rd party assembler support
  • PRINT at the bottom of the screen now scrolls up like in Sinclair BASIC

v1.9.6

20 Oct 11:33
ad20682

Choose a tag to compare

Fix a bug with RESTORE / DATA (grammar refactorized).
Also the assembler now parses ld (ix - 12 + 5), r as ld (ix + (-12) + 5), r which is the right way.

v1.9.5

19 Oct 11:08
ecc5670

Choose a tag to compare

Little bug fixes and improved stability

v1.9.4

18 Oct 22:36

Choose a tag to compare

Bugfixes and doc improved

v1.9.3

18 Oct 22:35

Choose a tag to compare

Several bug fixes

v1.9.2

28 Jun 22:00
d1a8f14

Choose a tag to compare

Fixes a little bug in the peephole optimizer (-O3 & -O4).
Also includes fastplot.bas library.

v1.9.1

07 Jun 20:34
c4ddbad

Choose a tag to compare

Potential bugfix for arrays and optimization of the arrays access.