Skip to content

Version 0.3.18

Compare
Choose a tag to compare
@KarolS KarolS released this 01 Aug 22:45
· 266 commits to master since this release
  • Added Motorola 6809 support.

  • Added Tandy Color Computer support (disk with RS-DOS and cartridge).

  • for loops over arrays.

  • Added support for modifying large variables via pointers.

  • Improved error reporting.

  • Labels with fixed addresses are now exported to the label file (#49).

  • Fixed 6502 performance regressions.

  • Bug fixes:

    • Fixed stdlib optimizations.

    • Fixed address of the VIC 20 volume register (#52).

    • Fixed raw views of typed pointers.

    • Fixed dead code elimination (#51).

  • Other fixes and improvements, too many to list here.

See the CHANGELOG for more details.

millfork-0.3.18-win-x64.zip is a 64-bit native Windows build. It runs much faster, but might have extra bugs that don't exist in the jar version.

millfork-0.3.18.zip is your standard cross-platform executable jar release. It requires Java 8 or later to run.