.token33 EQUB 12 \ Clear text area (clear screen) EQUB 31, 4, 3 \ Move text cursor (configurable, default is column 4, \ row 3) EQUB 200 + 34 \ Print token 34 (double-height, text and colours are \ configurable) EQUB 160 + 10 \ Print spaces (configurable, default is 10 spaces) EQUB 200 + 34 \ Print token 34 (double-height, text and colours are \ configurable) EQUB 31, 36, 2 \ Move text cursor to column 36, row 2 EQUB 255 \ End tokenName: token33 [Show more] Type: Variable Category: Text Summary: Text for recursive token 33Context: See this variable in context in the source code References: This variable is used as follows: * PrintHeader uses token33 * tokenHi uses token33 * tokenLo uses token33
The configurable values below are set in the PrintHeader routine. Deep dive: Text tokens