From b3d1dfed7dfc4f8537a44be876601fa4061f2879 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 25 Feb 2024 12:08:53 -0800 Subject: [PATCH] Update Version 2.1.md --- doc/Version 2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Version 2.1.md b/doc/Version 2.1.md index f476cc1..6167ec6 100644 --- a/doc/Version 2.1.md +++ b/doc/Version 2.1.md @@ -114,7 +114,7 @@ Compiler warnings are enabled with `-W`. The optional optimizer is enabled with ## Assembly Toolkit -New for 2.11 is the assembly language toolkit. The PLASMA module was originally architected around the REL file generated by the ProDOS toolkit assembler, EDASM. This minor update fixes the PLASMA relocating loader to handle 8 bit fixups. PLASM generated modules only use 16 bit fixups, so not an issue for existing modules. Download the toolkit and 2.11 updates (if you have 2.1 already installed) here: +New for 2.11 is the assembly language toolkit. The PLASMA module was originally architected around the REL file generated by the ProDOS toolkit assembler, EDASM. This minor update fixes the PLASMA relocating loader to handle 8 bit fixups. PLASM generated modules only use 16 bit fixups, so not an issue for existing modules. Download the toolkit that includes the ProDOS EDASM assembler and sample code. Also the 2.11 updates (if you have 2.1 already installed) here: [PLASMA 2.11 Assembly Language Toolkit](https://github.com/dschmenk/PLASMA/raw/master/images/apple/ASM-TK.po)