Crosscompiler für Action!


Crosscompiler für Action!

von eda70 » Mi 6. Apr 2011, 11:28
Es gibt da, meines Wissens, zwei Projekte: effectus von Gury und ein Crosscompiler von Jim Patchell.
Effectus hat eine Versionsnummer von 0.0.15
Patchell ist bei Version 0.07 (16.07.2010)

So wirklich rund, scheint keiner zu laufen.
Weiß jemand, ob die Projekte noch fortgeführt werden?
Wäre schade, wenn nicht...

Re: Crosscompiler für Action!

von eda70 » Mo 13. Feb 2012, 09:54
Gury hat eine neue Version (0.0.16) veröffentlicht.
New features:
  • Declaring machine language code in FUNC statements (currently two byte parameters supported, passed through accumulator and x register)
  • UNTIL loop implemented
  • Math operators + and - can have multiple operands on the same line (but of same type for now)
Misc:
  • Sub8, Sub16, Add16, Add8 removed from math library (Effectus now uses MADS commands adb, adw, sbb and sbw)
  • MADS -x Exclude unreferenced procedures function used in compilation stage
  • Revised Effectus source code and its optimization
Fixes:
  • PROC and FUNC statements are now case insensitive
  • Message File does not exists! renamed to File does not exist! when program does not find the program to compile :)

Re: Crosscompiler für Action!

von eda70 » Mi 18. Jul 2012, 12:07
Jim Patchell hat am 30.06.2012 seine Action! Crosscompiler-Seite aktualisiert.
Scheint aber noch nicht fertig zu sein.

Hat jemand schon mal einen der Action!-Crosscompiler probiert?