From e4829805610d76fa3b3682db65272e9d229ccb9e Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Sun, 26 Mar 2017 08:51:41 -0700 Subject: [PATCH] Indent BASIC tokens --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 329c153..ae82984 100644 --- a/README.md +++ b/README.md @@ -2712,11 +2712,11 @@ NOTES: Here is a disassembly of the first few bytes of the Applesoft program. ```asm -0800:08 0C 08 00 13 A5 AB 39 30 30 30 00 - \/ \___/ \___/ \/ \/ \/ \/ \/ \/ \/ - not Addr Line GOTO 9 0 0 0 End-of-Line - used Next Num ONERR - Statement + 0800:08 0C 08 00 13 A5 AB 39 30 30 30 00 + \/ \___/ \___/ \/ \/ \/ \/ \/ \/ \/ + not Addr Line GOTO 9 0 0 0 End-of-Line + used Next Num ONERR + Statement ``` Let's pivot that table to make it easier to read: