1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-06-02 10:41:33 +00:00

Update README.md

This commit is contained in:
tilleul 2020-04-15 21:20:23 +02:00 committed by GitHub
parent 19a126b449
commit 88d651b55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,18 @@ You'll find here a series of articles about writing two-liners in Applesoft.
* What are 2-liners
* General restrictions
* Common practices
* Essentials
* Living without IF/THEN
* Living without GOTO
* The search for the last character
* Inverting stuff
* Extra tips
* Essentials
* Living without IF/THEN
* Living without GOTO
* The search for the last character
* Inverting stuff
* Extra tips
* Advanced techniques
* Exiting without END
* Get lost of DATA/READ loops
* Exiting without END
* Get lost of DATA/READ loops
* Extra techniques
* INVERSE/PRINT your shape tables
* Taking control of the interpreter
* INVERSE/PRINT your shape tables
* Taking control of the interpreter
* Working with custom assembly routines
* The 1-byte taking up to 3-byte problem
* SCRN/PLOT your sound routine
* The 1-byte taking up to 3-byte problem
* SCRN/PLOT your sound routine