Skip to content

asMSX v.1.0.0

Compare
Choose a tag to compare
@Fubukimaru Fubukimaru released this 07 Dec 12:59
· 164 commits to master since this release

First stable release of version 1.0.0 (v.1.0.0-3-ga2f37e0)

Throw away your old versions!

Changes:

  • Updated Readme, Changelog and Documentation (Thanks to @jamque Pull request #71 )
  • When we use reserved keywords as labels, we state it as reserved word used as identifier. Issue #70
  • MegaROM undefined page message improved.
  • We dont' allow (whatever character)REPT anymore. Only REPT or .REPT.
  • PSEUDO_DS now doesn't check if there is a memory overflow in the first pass. This prevents it to crash in presence of undefined labels and report wrong error message. Issue #62
  • Added .ZILOG 0 pseudo. Now we can enable and disable zilog standard parsing. Note: this needs more checking between passes. (Thanks to @duhow Pull request #72)
  • Improved argument handling (Thanks to @duhow Issue #60)
  • Windows tester works again (Thanks to @duhow)
  • Makefile improvements (Thanks to @duhow)