From 9fbbcc5b81b556a394aaac7e6465bd3166b308b5 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Fri, 1 Oct 2021 18:08:36 -0500 Subject: [PATCH] Fix typo in README-TOKENIZER.md --- api/README-TOKENIZER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README-TOKENIZER.md b/api/README-TOKENIZER.md index 8804d32..0416a34 100644 --- a/api/README-TOKENIZER.md +++ b/api/README-TOKENIZER.md @@ -57,7 +57,7 @@ From the `circles-timing.bas` sample, this is the beginning of the program: ``` 0801:9A 09 00 00 8C 32 30 36 32 3A AB 31 00 A9 2B 85 \___/ \___/ \____________/ \___/ \_______... - Ptr, Line 0, CALL 3062, :, GOTO 1, Assembly code... + Ptr, Line 0, CALL 2062, :, GOTO 1, Assembly code... ``` The move code is based on what Beagle Bros put into their [Peeks, Pokes, and Pointers](https://beagle.applearchives.com/Posters/Poster%202.pdf) poster. (See _Memory Move_ under the *Useful Calls*; the `CALL -468` entry.)