Prev: 0018 Up: Map Next: 0025
0020: THE 'COLLECT NEXT CHARACTER' RESTART
The routine at GET_CHAR continues here.
As a BASIC line is interpreted, this routine is called repeatedly to step along the line.
Output
A Code of the next character
NEXT_CHAR 0020 CALL CH_ADD_1 CH-ADD needs to be incremented.
0023 JR TEST_CHAR Jump back to test the new value.
Prev: 0018 Up: Map Next: 0025