From 14160cfb3e075773619ce72696bb65dfc4879b60 Mon Sep 17 00:00:00 2001 From: Nathan D Riggs Date: Tue, 15 Jun 2021 21:35:24 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d1d6a1b..1b2b46a 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ __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 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 +- 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__