From b147ce8ca3a5715c067e2854e3a4ee94a97bd007 Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Sat, 5 Jun 2021 21:46:08 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 189920e..0056b1e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,29 @@ Since this is in flux, you may also find [the previous documentation,v0.5.0, her # Updates +__05-jun-2021 + +_TODO FOR NEXT REVISION (v6.1.0)_ + +- add page flipping to stdio, which requires adding to each subroutine +- fix 8-bit bresenham in stdio and lores +- reorganize mac files on stdio +- delete pct,gcf,lcm in math collection +- add modulus subroutines/macros to math +- add/fix memory catalog subroutine/macro in DOS +- change dos fmfil, etc. to be subroutines to decrease bytes +- fix 16bit bresenham in hires +- add bresenham circle routine to hires +- add rect, frect routines to hires +- add signed macros to math collection +- add floating point examples to math collection, if room exists +- revise all documentation to reflect changes (also previous changes) + +__05-JUN-2021__ + +- Updated all required collection macros and subroutines on every disk +- Revised all subroutines and macros to fit with new zero page names + __03-JUN-2021__ - Updated all disks as part of a small reorganization of the REQUIRED library collection From 0eb5845a99c559a6067516e34a6f6e86a360914e Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Sat, 5 Jun 2021 21:46:25 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0056b1e..8f31331 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Since this is in flux, you may also find [the previous documentation,v0.5.0, her # Updates -__05-jun-2021 +__05-jun-2021__ _TODO FOR NEXT REVISION (v6.1.0)_ From 06cba46b2b9fb0e484032be5ffe5a6c01e02be16 Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Sun, 6 Jun 2021 17:09:52 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f31331..d1d6a1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AppleIIAsmLib -A general purpose ASM libriary for the Apple II. Assembled in Merlin 8 Pro. While this source is currently in constant flux, save for "stable" releases, [you may find the project's current technical documentation, v0.6.0 here](https://github.com/nathanriggs/AppleIIAsm-Collection/tree/master/documentation/AppleIIAsm%20Library%20Collection%20Technical%20Manual/0.6.0). +A general purpose ASM libriary for the Apple II. Assembled in Merlin 8 Pro. While this source is currently in constant flux, save for "stable" releases, [you may find the project's current technical documentation, v0.6.1 here](https://github.com/nathanriggs/AppleIIAsm-Collection/tree/master/documentation/AppleIIAsm%20Library%20Collection%20Technical%20Manual/0.6.1). Since this is in flux, you may also find [the previous documentation,v0.5.0, here](https://github.com/nathanriggs/AppleIIAsm-Collection/blob/master/documentation/AppleIIAsm%20Library%20Collection%20Technical%20Manual/0.5.0/AppleIIAsm%20Manual%20v0.5.0.pdf). Note that this documentation is in .pdf format.