From 958fd855cc652c83b68bf8e2a3474f551e0a4db9 Mon Sep 17 00:00:00 2001 From: nathanriggs Date: Thu, 1 Nov 2018 21:37:10 -0400 Subject: [PATCH] updated readme --- README.md | 7 +++++-- README.md~ | 28 ++++++++++++++++++++++------ 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ae7212..80326e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ CORE DISK * common.lib: Common, useful subroutines: memory swaps, etc. MATH DISK - * math.lib: Integer Math Library. * fpmath.lib: Floating-point Math Library. @@ -42,4 +41,8 @@ MISC DISK * applesoft.lib: Library for interfacing ASM programs with Applesoft BASIC. UTIL DISK -* various useful utilities \ No newline at end of file +* various useful utilities + +COMPACT DISK 1 (and maybe a second one) +* every routine, separately packaged, without comments. + diff --git a/README.md~ b/README.md~ index 40c492b..0ae7212 100644 --- a/README.md~ +++ b/README.md~ @@ -10,20 +10,36 @@ Planned libraries include, along with associated Macros: CORE DISK * stdio.lib: Standard Input/Output library. -* math.lib: Integer Math Library. * common.lib: Common, useful subroutines: memory swaps, etc. +MATH DISK + +* math.lib: Integer Math Library. +* fpmath.lib: Floating-point Math Library. + +IO DISK +* fileio.lib: File Input/Output Library. +* 80colstdio.lib: stdio library for 80-column display. + DATA DISK * strings.lib: Library for managing strings. -* arrays.lib: library for managing arrays. -* fileio.lib: File Input/Output Library. +* arrays.lib: library for managing arrays. -GRAPHICS DISK +LORES DISK * lores.lib: Library for fast(er) graphics in low resolution mode. +* dublores.lib: Library for double-low-resolution graphics. + +HIRES DISK * hires.lib: Library for fast(er) graphics in high resolution mode. -* dubres.lib: Library for handling graphics in double-resolution modes, low and high. +* dubhires.lib: Library for handling graphics in double-high-resolution mode. + +HIRES DISK 2 +* hireschar.lib: High Resolution mode text character library. +* hiresshapes.lib: Routines for creating lines, circles, etc. MISC DISK * sound.lib: Music and sound effects library. -* fpmath.lib: Floating-point math library. +* applesoft.lib: Library for interfacing ASM programs with Applesoft BASIC. +UTIL DISK +* various useful utilities \ No newline at end of file