Skip to navigation


Text: token24

Name: token24 [Show more] Type: Variable Category: Text Summary: Text for recursive token 24 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token24 * tokenLo uses token24
.token24 EQUB 200 + 35 \ Print token 35 (cyan, move cursor to prompt position) EQUB 200 + 10 \ Print token 10 ("SELECT ") EQUS "WING SETTINGS" \ Print "WING SETTINGS" EQUB 200 + 16 \ Print token 16 (" > ") EQUS "range 0 to 40" \ Print "range 0 to 40" EQUB 31, 14, 16 \ Move text cursor to column 14, row 16 EQUS "rear" \ Print "rear" EQUB 160 + 2 \ Print 2 spaces EQUB 133 \ Set foreground colour to magenta alphanumeric EQUB 200 + 16 \ Print token 16 (" > ") EQUB 255 \ End token EQUB &81, &81 \ These bytes appear to be unused EQUB &81, &81