Skip to content

version 9.5.1

Compare
Choose a tag to compare
@irmen irmen released this 19 Oct 20:05
· 561 commits to master since this release

Correcting some code generation errors and some additional tweaks:

  • optimized word array reads with an index variable, fixed wrong result when that index variable was zero
  • fix signed byte to word sign extension in assignment
  • fix signed byte to word casting issue uw = 8888 + (bb as ubyte)
  • implemented taking address of array var with variable index
  • added -breakinstr compiler option to emit STP or BRK for a %breakpoint
  • monogfx and gfx2: optimized flood fill
  • some more expression code generation tweaks and optimizations