Update README.md

This commit is contained in:
Nathan D Riggs 2021-06-15 21:35:24 -04:00 committed by GitHub
parent 7c98435eaa
commit 14160cfb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,18 +10,18 @@ __05-jun-2021__
_TODO FOR NEXT REVISION (v6.1.0)_ _TODO FOR NEXT REVISION (v6.1.0)_
- add page flipping to stdio, which requires adding to each subroutine - <s>add page flipping to stdio, which requires adding to each subroutine</s>
- fix 8-bit bresenham in stdio and lores - fix 8-bit bresenham in <s>stdio and</s> lores
- reorganize mac files on stdio - <s>reorganize mac files on stdio</s>
- delete pct,gcf,lcm in math collection - <s>delete pct,gcf,lcm in math collection</s>
- add modulus subroutines/macros to math - <s>add modulus subroutines/macros to math</s>
- add/fix memory catalog subroutine/macro in DOS - add/fix memory catalog subroutine/macro in DOS
- change dos fmfil, etc. to be subroutines to decrease bytes - change dos fmfil, etc. to be subroutines to decrease bytes
- fix 16bit bresenham in hires - fix 16bit bresenham in hires
- add bresenham circle routine to hires - add bresenham circle routine to hires
- add rect, frect routines to hires - add rect, frect routines to hires
- add signed macros to math collection - <s>add signed macros to math collection</s>
- add floating point examples to math collection, if room exists - <s>add floating point examples to math collection, if room exists</s>
- revise all documentation to reflect changes (also previous changes) - revise all documentation to reflect changes (also previous changes)
__05-JUN-2021__ __05-JUN-2021__