1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-12-02 19:49:18 +00:00
bitmap-editor/2liners/the art of 2-liners
2020-04-16 20:11:58 +02:00
..
img Add files via upload 2020-04-16 13:35:07 +02:00
LICENSE.md Create LICENSE.md 2020-04-16 20:11:58 +02:00
README.md Update README.md 2020-04-16 20:11:18 +02:00
SCRN_PLOT_your_sound_routine.md Update SCRN_PLOT_your_sound_routine.md 2020-04-16 19:54:09 +02:00

The Art of 2-liners in Applesoft

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

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.