2020-04-15 18:29:38 +00:00
|
|
|
# The Art of 2-liners in Applesoft
|
|
|
|
|
|
|
|
You'll find here a series of articles about writing two-liners in Applesoft.
|
|
|
|
|
|
|
|
## Contents
|
2020-04-15 19:15:58 +00:00
|
|
|
* Introduction
|
|
|
|
* What are 2-liners
|
|
|
|
* General restrictions
|
|
|
|
* Common practices
|
2020-04-15 19:20:23 +00:00
|
|
|
* Essentials
|
|
|
|
* Living without IF/THEN
|
|
|
|
* Living without GOTO
|
|
|
|
* The search for the last character
|
|
|
|
* Inverting stuff
|
|
|
|
* Extra tips
|
2020-04-15 19:15:58 +00:00
|
|
|
* Advanced techniques
|
2020-04-15 19:20:23 +00:00
|
|
|
* Exiting without END
|
|
|
|
* Get lost of DATA/READ loops
|
2020-04-15 19:15:58 +00:00
|
|
|
* Extra techniques
|
2020-04-15 19:20:23 +00:00
|
|
|
* INVERSE/PRINT your shape tables
|
|
|
|
* Taking control of the interpreter
|
2020-04-15 19:15:58 +00:00
|
|
|
* Working with custom assembly routines
|
2020-04-15 19:20:23 +00:00
|
|
|
* The 1-byte taking up to 3-byte problem
|
2020-04-16 15:52:13 +00:00
|
|
|
* [SCRN/PLOT your sound routine](SCRN_PLOT_your_sound_routine.md)
|
2020-04-25 20:15:58 +00:00
|
|
|
* The big list of 2-liner tricks for every Applesoft instruction
|
2020-04-16 18:11:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
2020-04-16 18:14:23 +00:00
|
|
|
#### License
|
|
|
|
See [License](LICENSE.md)
|