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.)