Skip to content

Releases: boriel-basic/zxbasic

v1.10.1

29 May 23:44

Choose a tag to compare

  • Deprecating zxb executable in favour of zxbc
  • ! Many bugs fixed (CODE, VAL, preprocessor...)
  • ! Improved stability
  • Can now hide LOAD messages using -D HIDE_LOAD_MSG
  • Improved Windows deployment
  • Fixes a Warning for python 3.8.x

v1.10.0

17 May 19:09
ee4cf5c

Choose a tag to compare

  • ! Fix warning in arrays boundaries checks
  • Added support for ZX Next extended ASM instruction set
  • Allow shifting SCREEN coordinates for drawing
  • Add mini-pacman example
  • Add tool for viewing .SCR files
  • Improved compatibility with Sinclair BASIC (--sinclair)
  • Updates testing and parsing tools
  • Code generation optimized
  • Many bugfixes and improves stability
  • Updates in online documentation

v1.9.9

04 Apr 22:11
d78dfd5

Choose a tag to compare

Minor bug fixes and improves stability.
LOAD and SAVE will ignore BREAK unless specified explicitly.

v1.9.8

16 Nov 19:31
8f27965

Choose a tag to compare

Bugfix: Fixes a memory leak when using substring assignation.
Also optimizes such operations. :-)

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.