Skip to content

CVBasic v0.4.1

Compare
Choose a tag to compare
@nanochess nanochess released this 15 Mar 01:58
· 225 commits to master since this release

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.