Skip to content

V1.4

Choose a tag to compare

@cabintech cabintech released this 16 Feb 05:09
· 36 commits to main since this release

Changes in V1.4:

  • This project now requires the 2025.1 or later version of the FXCore assembler toolset.
  • Built in macro $_eval() now supports complex math and string expressions, see _eval() predefined macro.
  • TOON syntax now supports acc32 = 0 to zero the accumulator (generates xor acc32,acc32).
  • Expanded multiline macros are now delimited with ---BEGIN MACRO: macro-name and ---END MACRO: macroname to aid in reading and debugging expanded source code.
  • Source lines included via the $include command are now delimited with ---BEGIN INCLUDE: filename and ---END INCLUDE: filename to aid in reading and debugging included source code.