File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ v1.17.3] ( https://github.com/boriel/zxbasic/tree/v1.17.3 )
2
+ ===
3
+ + Add ROUND function
4
+ + ! Fix constant folding with Floats to prevent loss of precision
5
+ + ! Fix LN Function which was broken
6
+ + ! Fix String comparison which failed upon certain conditions
7
+ + VAL "<contant expression >" is now evaluated too.
8
+ + ! Asm: allow extra new lines at the end of ASM files
9
+ + Add IM2 Library by @Duefectu
10
+ + Updated links in doc to https
11
+ + ! FastPlotXOR lib now uses local labels
12
+ + ! Added typing to String library by Rogerio Biondi (@rogeriobiondi )
13
+ + Internal refacts and code rearrangements
14
+ + Add support to output .z80 and .sna files
15
+ + Intermediate Code files now have .ir extension (previously was .ic)
16
+ + !Fix bugs in optimizer
17
+ + Change prologue initialization in ZXNext to set IY value
18
+ + Add NextLibLite.bas library (@em00k 's NextLib stripped down version)
19
+ + Add ON GOTO / ON GOSUB examples and fix typo in pong.bas example
20
+ + Fix some other errors and improve stability
21
+
1
22
[ v1.17.2] ( https://github.com/boriel/zxbasic/tree/v1.17.2 )
2
23
===
3
24
+ ! Fixes bugs related to using CONST strings
You can’t perform that action at this time.
0 commit comments