|
| 1 | +[v1.16.0](https://github.com/boriel/zxbasic/tree/v1.15.0) |
| 2 | +=== |
| 3 | ++ Added optional parameters |
| 4 | ++ Added keyword args |
| 5 | ++ Allow temporary labels (1b, 1f) in the assembler |
| 6 | ++ ! Fixed several bugs in the assembler and compiler |
| 7 | ++ Produces better code for multiplications in ZX Next |
| 8 | ++ zx0 compression library updated (thx to Einar Saukas) |
| 9 | + |
1 | 10 | [v1.15.2](https://github.com/boriel/zxbasic/tree/v1.15.2) |
2 | 11 | === |
3 | 12 | + ! Fixed a bug with command line options |
|
34 | 43 | preprocessor |
35 | 44 | + Warnings and error messages improved with codes |
36 | 45 | + Warnings can now be silenced with -Wxxx (i.e. -W150) |
37 | | -+ Improved error reporting (files and line numbers) |
| 46 | ++ Improved error reporting (files and line numbers) |
38 | 47 | + Improved code generation and optimization |
39 | 48 | + Speed compilation increased by 100%! |
40 | 49 | + ! Fixed many bugs and improved stability |
|
177 | 186 | + ! Bugfix: Setting multiple `ORG` within ASM blocks crashed the compiler. Fixed. |
178 | 187 | + Change code style to pass more flake8 tests |
179 | 188 | + Add `--append-binary` command line flag to append binaries to tape file |
180 | | -+ Add `--append-headless-binary` cmdlie flag to do like the above, but headless. |
| 189 | ++ Add `--append-headless-binary` cmdlie flag to do like the above, but headless. |
181 | 190 |
|
182 | 191 | [v1.8.9](https://github.com/boriel/zxbasic/tree/v1.8.9) |
183 | 192 | === |
|
281 | 290 | === |
282 | 291 | + Added many more drawing primitives for Radastan Mode |
283 | 292 | + Added instructions `ON .. GOTO` and `ON .. GOSUB` |
284 | | -+ Added UART library (by yomboprime) for serial communication |
| 293 | ++ Added UART library (by yomboprime) for serial communication |
285 | 294 | + ! Several bugfixes and minor errors and better stability |
286 | 295 | + Better code generation |
287 | 296 | + Allows array initialization with @label references |
|
0 commit comments