Skip to navigation

Text: token1

Name: token1 [Show more] Type: Variable Category: Text Summary: Print 13 spaces at (64, 100), print "LANDSCAPE NUMBER?" at (64, 768), switch to text cursor, move text cursor to (5, 27)
Context: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token1
.token1 EQUB 200 + 12 \ Text token 12: Move graphics cursor to (64, 100) EQUB 200 + 15 \ Text token 15: Print five spaces EQUB 200 + 15 \ Text token 15: Print five spaces EQUB 200 + 16 \ Text token 16: Print three spaces EQUB 200 + 7 \ Text token 7: Move the graphics cursor to (64, 768) EQUB 200 + 13 \ Text token 13: Print "LANDSCAPE" EQUS " NUMBER?" \ Print " NUMBER?" EQUB 4 \ VDU 4 \ \ Write text at the text cursor EQUB 31, 5, 27 \ VDU 31, 5, 27 \ \ Move the text cursor to (5, 27) EQUB &FF \ End of token