.token4 EQUB 200 + 11 \ Text token 11: Configure text to be printed at the \ graphics cursor and set the background colour to \ colour 1 (black) EQUB 200 + 9 \ Text token 9: Move the graphics cursor to (192, 64) EQUB 200 + 17 \ Text token 17: Print "PRESS ANY KEY" EQUB 200 + 7 \ Text token 7: Move the graphics cursor to (64, 768) EQUB 9, 9 \ VDU 9, 9 \ \ Move the cursor right by two characters EQUB 200 + 13 \ Text token 13: Print "LANDSCAPE" EQUB 9 \ VDU 9 \ \ Move the cursor right by one character, so it moves on \ to the next character EQUB &FF \ End of tokenName: token4 [Show more] Type: Variable Category: Text Summary: Background colour black, print "PRESS ANY KEY" at (192, 64), print "LANDSCAPE" two chars right of (64, 768), move cursor rightContext: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token4