Forum
Version 1.2.1 released! - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+--- Thread: Version 1.2.1 released! (/showthread.php?tid=112)



Version 1.2.1 released! - boriel - 05-19-2009

Changes since 1.2.0
  • ! This version just fix a possible memory corruption (reported by britlion, thanks).
    But still needs more checking...
  • ! DIM f% = <value> was not allowed. Now it is.
  • Programs can now be re-runable without having to LOAD them again once returned to BASIC.
  • * Some little improvements on memory organization. Now all user-data (HEAP and VARs) are in a single contiguous block.
    This will make possible to implement SAVE "" DATA in the near future so a program can LOAD & SAVE data.

TO DO:
... Many things! Wink