Skip to content

version 7.1

Compare
Choose a tag to compare
@irmen irmen released this 24 Oct 12:16
· 2365 commits to master since this release
  • removed %target directive because it was too confusing for what little it did. Just use -target command line option.
  • non-asmsub subroutines can no longer be inlined because the way this worked was not reliable
  • internal code refactoring to improve testability and reliability
  • several error/warning message improvements
  • added support for secondary alternative emulator to launch, with '-emu2' option (box16 in case of commanderX16)
  • fixes for various issues related to different output path
  • %asmbinary path related assembler bug fixed
  • float[] array initializer bug fixed
  • fixed some assembler bugs in swapping values with swap()
  • fixed bug in palette.set_color
  • fixed bug in optimizer that sometimes removed subroutines that were referenced, causing assembler crash
  • some other miscellaneous bugfixes and improvements.