Skip to navigation


Text: token27

Name: token27 [Show more] Type: Variable Category: Text Summary: Text for recursive token 27 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token27 * tokenLo uses token27
.token27 EQUB 200 + 54 \ Print token 54 ("FORMULA 3 CHAMPIONSHIP" header) EQUB 200 + 36 \ Print token 36 (menu option 1 with "PRESS" prompt) EQUB 200 + 11 \ Print token 11 ("ENTER ") EQUS "ANOTHER" \ Print "ANOTHER" EQUB 200 + 12 \ Print token 12 (" DRIVER") EQUB 200 + 37 \ Print token 37 (menu option 2) EQUS "START" \ Print "START" EQUB 200 + 15 \ Print token 15 (" RACE") EQUB 255 \ End token