From 61b6de1c280454a0a434a769f015c259bc5a763f Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Tue, 17 Dec 2019 19:17:53 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4743ab2..d9cc834 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ A general purpose ASM libriary for the Apple II. Assembled in Merlin 8 Pro. __17-DEC-2019__ -- Still transforming entire disk system to adhere to a singular software architecture. -- Added Alias macros for 8080 and z80 instruction sets. -- Revamped documentation for Disk 1 in markdown. -- Major changes to Disk 1, including merger of REQUIRED and COMMON libraries +- Currently working on version 0.6.0, which includes: + - an updated architecture + - deliberate use of markdown for documentation + - with the eventual goal of translating it to Madoko, a markdown variant that allows for more visual control on a printend page + - Still transforming entire disk system to adhere to a singular software architecture. + - Added Alias macros for 8080 and z80 instruction sets. + - Major changes to Disk 1, including merger of REQUIRED and COMMON libraries __27-SEP-2019__