V1.4
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 = 0to zero the accumulator (generatesxor acc32,acc32). - Expanded multiline macros are now delimited with
---BEGIN MACRO: macro-nameand---END MACRO: macronameto aid in reading and debugging expanded source code. - Source lines included via the
$includecommand are now delimited with---BEGIN INCLUDE: filenameand---END INCLUDE: filenameto aid in reading and debugging included source code.