v1.90
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 likefor i = 0..123
, which are a more convenient notation for while loops.spcblock
is a new, more flexible replacement forarch spc700-inline
.- "static" labels (that is, labels that are defined with the
label = $123456
syntax) can now be used inif
conditions. freecode
can now be used in HiROM, ExHiROM, and ExLoROM mappers.- New
pc()
andrealbase()
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.