CVBasic v0.4.1
New changes in this version v0.4.1:
- Solved bug in gasm80 when using INCBIN on Windows platforms.
- Solved bug in PRINT when using only PRINT AT expr
- Solved bug when using multiplication by zero.
- Optimization of constants in multiplication, division, and modulo.
- Optimization of expression trees of additions/subtractions.
- Added ASCII character constant access in expressions.
- Added the LEN function to get the length of strings (useful with DEF FN)
- Added the POS(0) function to get the current position of the cursor.
- Added the SGN function.