Skip to content

Releases: cabintech/FXCoreMP

V1.3

14 Dec 21:59
5355f98
Compare
Choose a tag to compare

Version 1.3

  • Added ability to develop FXCore code using the Eclipse IDE (Integrated Development Environment) with syntax coloring, project/folder management, assembler integration, built-in support for tools like GitHub, etc.
  • Simplified release packaging into a single ZIP file for easy download. No need to clone this repo.
  • Greatly expanded the project documentation including new installation instructions and details of Eclipse configuration.

V1.2.1

30 Nov 05:16
Compare
Choose a tag to compare

Version 1.2.1 Changes

  • The @(Rx) notation for indirect absolute delay memory references has been changed to #(Rx) to avoid potential conflicts with FXCore library references which also start with the @ character.
  • The release files now include an updated Notepad++ language file to provide syntax highlighting for macro and TOON statements.

V1.2

28 Nov 00:04
Compare
Choose a tag to compare

Version 1.2 Changes:

  • Implemented "reverse" TOON translation for converting existing FXCore assembler into TOON statements.
  • Single main entry point for macro and toon processing
  • Added test file for reverse TOON translator
  • Added Windows .CMD sample files in /build directory

V1.1.1

24 Nov 21:55
Compare
Choose a tag to compare

Reorganized Java package structure to separate macro processing and TOON processing. No functional changes.

V1.1

24 Nov 20:09
Compare
Choose a tag to compare

V1.1 adds improved macro argument syntax and the TOON alternative assembler language syntax.

First Release

23 Nov 23:12
Compare
Choose a tag to compare

First release of the FXCoreMP project.