1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-12-02 03:50:21 +00:00
bitmap-editor/2liners/the art of 2-liners/README.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

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-16 18:11:18 +00:00
---
#### Licence
All code and content in these pages, except noted otherwise, is copyright François Vander Linden. And although you're free to use and modify them, honesty suggests you give proper credit when due. And if you plan to use what's in here for ANY kind of commercial project, this is not allowed. Please contact me first: don't worry, I might let you use my stuff anyway.