From 19a126b449705722759ec8215b6a65a3c5cf34c4 Mon Sep 17 00:00:00 2001 From: tilleul Date: Wed, 15 Apr 2020 21:15:58 +0200 Subject: [PATCH] Update README.md --- 2liners/the art of 2-liners/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/2liners/the art of 2-liners/README.md b/2liners/the art of 2-liners/README.md index bfc533d..934336b 100644 --- a/2liners/the art of 2-liners/README.md +++ b/2liners/the art of 2-liners/README.md @@ -3,3 +3,22 @@ You'll find here a series of articles about writing two-liners in Applesoft. ## Contents +* Introduction + * 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 +* Advanced techniques + * Exiting without END + * Get lost of DATA/READ loops +* Extra techniques + * 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