Skip to content

Release 5.6

Compare
Choose a tag to compare
@hth313 hth313 released this 16 Sep 01:16
· 7 commits to main since this release
  • The Windows release is now packed as a .zip archive.
  • 6502: Foenix F256 target is removed, use the 65816 compiler with flat memory support instead,
  • Improve code generation for various shift and mask patterns.
  • Bitfield assignment operations now performs many operations in place without the normal unpacking and normalization, resulting in better code.
  • 68000: Code generate immediate source operand with AND, OR, MUL and DIV instructions. This did not previously happen due to a minor oversight.
  • Various bug fixes.