Forum
Version 1.2.3 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.3 released! (/showthread.php?tid=129)



Version 1.2.3 released! - boriel - 08-19-2009

Ok, version 1.2.3 has been released. You can download it at <!-- m --><a class="postlink" href="http://www.boriel.com/files/zxb">http://www.boriel.com/files/zxb</a><!-- m --> (as always).

Changes since v.1.2.0
===================================
  • ! CHR$ and STR$ might use the HEAP without initializing
    it first, leading to memory corruption. Fixed. Thanks to britilion.
  • * HEAP size can now be set with a command line parameter.
  • ! DIM with array base was buggy. Fixed.
  • ! INK 8 and PAPER 8 were being ignored. Now they work.