mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-01-22 07:31:15 +00:00
updated readme
This commit is contained in:
parent
b881df782d
commit
958fd855cc
@ -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.
|
||||
|
||||
@ -43,3 +42,7 @@ MISC DISK
|
||||
|
||||
UTIL DISK
|
||||
* various useful utilities
|
||||
|
||||
COMPACT DISK 1 (and maybe a second one)
|
||||
* every routine, separately packaged, without comments.
|
||||
|
||||
|
26
README.md~
26
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.
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user