mirror of
https://github.com/digarok/gslib.git
synced 2024-12-29 01:33:08 +00:00
fix readme formatting
This commit is contained in:
parent
f929f312b4
commit
fe1b7aabcc
18
README.md
18
README.md
@ -7,12 +7,12 @@ Apple IIgs Assembly Language Crash Course
|
||||
Source Files in "Lesson" Order
|
||||
|
||||
|
||||
quit.s Quit, Old-School simple quit program
|
||||
quit8.s Quit8.System, ProDOS8 simple quit program
|
||||
quit16.s Quit16, GSOS/P16 simple quit program
|
||||
shr1.s SHR1, Shows how to turn on SHR Graphics Mode and clear screen
|
||||
shr2.s SHR2, Adds functions to write palettes, clear screen to color, set scan-line control bytes
|
||||
font.s Font routines, this is a library you can include to draw text
|
||||
shrhello.s "Hello World", Example program showing how to use the font routines
|
||||
shrloadimg.s SHRLoadImage, Loads a PackBytes image and unpacks it to screen
|
||||
shrloadimg.m.s macros for ToolBox calls in SHRLoadImage
|
||||
* quit.s Quit, Old-School simple quit program
|
||||
* quit8.s Quit8.System, ProDOS8 simple quit program
|
||||
* quit16.s Quit16, GSOS/P16 simple quit program
|
||||
* shr1.s SHR1, Shows how to turn on SHR Graphics Mode and clear screen
|
||||
* shr2.s SHR2, Adds functions to write palettes, clear screen to color, set scan-line control bytes
|
||||
* font.s Font routines, this is a library you can include to draw text
|
||||
* shrhello.s "Hello World", Example program showing how to use the font routines
|
||||
* shrloadimg.s SHRLoadImage, Loads a PackBytes image and unpacks it to screen
|
||||
* shrloadimg.m.s macros for ToolBox calls in SHRLoadImage
|
||||
|
Loading…
Reference in New Issue
Block a user