Releases: cabintech/FXCoreMP
Releases · cabintech/FXCoreMP
V1.3
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
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
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
V1.1
First Release
First release of the FXCoreMP project.