Skip to navigation

Text: token0

Name: token0 [Show more] Type: Variable Category: Text Summary: Background colour blue, print "PRESS ANY KEY" at (64, 100), set text background to black
Context: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token0
.token0 EQUB 200 + 10 \ Text token 10: Configure text to be printed at the \ graphics cursor and set the background colour to \ colour 0 (blue) EQUB 200 + 12 \ Text token 12: Move graphics cursor to (64, 100) EQUB 200 + 17 \ Text token 17: Print "PRESS ANY KEY" EQUB 17, 129 \ VDU 17, 129 \ \ Set text background to colour 1 (black) EQUB &FF \ End of token