Skip to navigation

Text: token2

Name: token2 [Show more] Type: Variable Category: Text Summary: Background colour blue, print "SECRET ENTRY CODE?" at (64, 768), switch to text cursor, move text cursor to (2, 27)
Context: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token2
.token2 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 + 7 \ Text token 7: Move the graphics cursor to (64, 768) EQUB 200 + 14 \ Text token 14: Print "SECRET ENTRY CODE" EQUS "?" \ Print "?" EQUB 4 \ VDU 4 \ \ Write text at the text cursor EQUB 31, 3, 27 \ VDU 31, 3, 27 \ \ Move the text cursor to (2, 27) EQUB &FF \ End of token