.token34 EQUB 141 \ Set double-height text EQUB 129, 157 \ Set background colour (configurable, default is red) EQUB 131 \ Set foreground colour (configurable, default is yellow \ alphanumeric) EQUB 200+0 \ Print token (configurable token number, default is 0, \ which is "FORMULA 3 CHAMPIONSHIP") EQUB 160+2 \ Print spaces (configurable, default is 2 spaces) EQUB 156 \ Set background colour to black EQUB 255 \ End token EQUB &81, &81 \ These bytes appear to be unused EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81Name: token34 [Show more] Type: Variable Category: Text Summary: Text for recursive token 34Context: See this variable in context in the source code References: This variable is used as follows: * PrintHeader uses token34 * tokenHi uses token34 * tokenLo uses token34
The configurable values below are set in the PrintHeader routine. Deep dive: Text tokens