Skip to content

v1.90

Compare
Choose a tag to compare
@randomdude999 randomdude999 released this 23 Feb 17:59
· 31 commits to asar_19 since this release

A bunch of new features accumulated over 3 years. Lots of deprecations for stuff that will be removed. Notable new features:

  • for loops that look like for i = 0..123, which are a more convenient notation for while loops.
  • spcblock is a new, more flexible replacement for arch spc700-inline.
  • "static" labels (that is, labels that are defined with the label = $123456 syntax) can now be used in if conditions.
  • freecode can now be used in HiROM, ExHiROM, and ExLoROM mappers.
  • New pc() and realbase() math functions.

See the changelog or release announcement thread for more info.

The asar190.zip file has been updated after the initial release to fix some links in the README (commit 897c388). Everything else is built from exactly the v1.90 tag.