Release 3.6
A minor update, with the following additions:
- Adds the
CHR$
function. - Adds the
MSET
statement, this fills memory with the given value. - Adds
CLS
statement, clears the screen. - There is better error reporting in the cross-compiler.
Also, there are more optimizations, the parser is about 20% faster in the Atari and some bugs were fixed in the cross-compiler.
After all the additions, the integer IDE is only 30 bytes bigger at 8186 bytes and the floating-point IDE is 12 bytes bigger at 9453 bytes.