Forum
New beta release 1.2.6r1603 - 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)
+---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15)
+---- Thread: New beta release 1.2.6r1603 (/showthread.php?tid=236)



New beta release 1.2.6r1603 - boriel - 06-03-2010

Hi

This beta release, 1.2.6r1603 adds the following:
  • #preprocessor directives into ASM BLOCKS are allowed again.
  • New command-line option, --enable-break that will make your program stoppable pressing BREAK (as in BASIC). This might be useful for debugging purposes, as the ROM error message will print the source line where break was pressed.
  • For loops scheme is now 10 T-states faster per loop.
  • PLOT, DRAW and CIRCLE are now 1% faster (better than nothing).
  • Array accesses are now 50-100% faster (thanks to Britlion for suggesting this).
  • Multi-line comments /' ... '/ now allowed (see Wiki), and also line comments after line break

If interested, please, download as always at <!-- m --><a class="postlink" href="http://www.boriel.com/files/zxb">http://www.boriel.com/files/zxb</a><!-- m -->
Intensive testing is needed.


Re: New beta release 1.2.6r1603 - britlion - 06-04-2010

That link now goes to <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive">http://www.boriel.com/wiki/en/index.php ... IC:Archive</a><!-- m --> - and doesn't seem to show various versions.

Did you move something around?

It's hard to tell if "latest version" is stable or beta.


Re: New beta release 1.2.6r1603 - boriel - 06-04-2010

britlion Wrote:That link now goes to <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive">http://www.boriel.com/wiki/en/index.php ... IC:Archive</a><!-- m --> - and doesn't seem to show various versions.

Did you move something around?

It's hard to tell if "latest version" is stable or beta.
I'm just NOW moving them. Big Grin Please wait :mrgreen:


Re: New beta release 1.2.6r1603 - boriel - 06-04-2010

Okay! Page updated. Please, try downloading now :?: :roll: