Skip to navigation

Revs on the BBC Micro

Text: token28

Name: token28 [Show more] Type: Variable Category: Text Summary: Text for recursive token 28 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token28 * tokenLo uses token28
.token28 EQUB 200 + 54 \ Print token 54 ("FORMULA 3 CHAMPIONSHIP" header) EQUB 200 + 35 \ Print token 35 (cyan, move cursor to prompt position) EQUB 160 + 6 \ Print 6 spaces EQUB 200 + 10 \ Print token 10 ("SELECT ") EQUS "NUMBER OF LAPS" \ Print "NUMBER OF LAPS" EQUB 200 + 36 \ Print token 36 (menu option 1 with "PRESS" prompt) EQUB 200 + 18 \ Print token 18 (" 5") EQUB 200 + 14 \ Print token 14 (" laps") EQUB 200 + 37 \ Print token 37 (menu option 2) EQUB 200 + 19 \ Print token 19 ("10") EQUB 200 + 14 \ Print token 14 (" laps") EQUB 200 + 38 \ Print token 38 (menu option 3) EQUB 200 + 20 \ Print token 20 ("20") EQUB 200 + 14 \ Print token 14 (" laps") EQUB 255 \ End token