Releases: dschmenk/PLASMA
PLASMA 2.11
PLASMA 2.1
Many bug fixes and new FORTH language support:
- MULT opcode speedup improvements
- Overhaul 65802/65814 VM for better speed and compatibility with PLFORTH compilation
- Many Apple /// improvements and bug fixes
- Low memory fixes and tests
- FORTH language support as a PLASMA module. Full accessabilit to PLASMA modules and libraries
- Install script for ProDOS mass storage
PLASMA 2.0
PLASMA Version 2.0 for Apple II and Apple ///
Beta
Getting close to a 2.0 release.
What's Changed
- Fix compiler issues - local constants & self imported defines
- Add new -S option to "plasm" to output to stdout by @ZornsLemma in #69
- FIBER library active fiber count
Full Changelog: Alpha2...Beta
Version 2.0 Alpha 2
Fixes for self hosted compiler and fixes for COPY file parsing
Version 2.0 Alpha 1
-
Improved entry/exit for 128K Apple IIe //c
-
Improved entry for Apple ///
-
Improved entry and function calls for 16 bit VM
-
Apple3 ReadyToRun compatible images
Version 2.0 Developer Release 4
Changes in PLASMA for 2.0 DP 4
-
Improved editor auto-indenting
-
Compiler fix for terneray operator precedence
-
Machine check for HGR library
Version 2.0 Developer Preview #3
Changes in PLASMA for 2.0 DP 3
-
File manipulation utilities fixed for Apple /// SOS vs ProDOS differences
-
More optimizations for HiRes graphics libraries
-
Spiders From Mars hires demo game
Version 2.0 Developer Preview #2
Changes in PLASMA for 2.0 DP 2
-
Many file manipulaition utilities (COPY, REName, NEWDIRectory, DELete, CATalog, TYPE)
-
New and updated libraries for lo-res. double lo-res and hi-res graphics w/ sprites
-
32 bit integer library for those times when 16 bits just isn't enough
-
Apple /// improvements to other SOS.INTERP launching with SOS utility
-
Apple /// JIT VM for speed and non JIT version to free up global memory
-
Editor improvements
-
A couple small compiler optimizations
-
Needed to break out TCP/IP modules into seperate floppy image
-
Library changes require full install
Changes in PLASMA for 2.0 DP 1z
- Many fixes for the value zero - especially in 65802/65816 divide routine
Changes in PLASMA for 2.0 DP 1 E+C
- Greatly improved code editor and additional compiler stats
Changes in PLASMA for 2.0 DP 1a
- Fix interaction with JIT compiler and module load/unload
Changes in PLASMA for 2.0 DP 1
-
Expanded bytecode for more efficient size/performance of programs
-
Just-In-Time Compiler for native code performance (6502 and 65816) for frequently called routines
-
Automatically identify and run most optimal VM for configuration