Skip to navigation

Revs on the BBC Micro

Text: token52

Name: token52 [Show more] Type: Variable Category: Text Summary: Text for recursive token 52 Deep dive: Text tokens
Context: See this variable in context in the source code References: This variable is used as follows: * tokenHi uses token52 * tokenLo uses token52
.token52 EQUB 133 \ Set foreground colour to magenta alphanumeric EQUS "R" \ Print "R" EQUB 131 \ Set foreground colour to yellow alphanumeric EQUS "E" \ Print "E" EQUB 134 \ Set foreground colour to cyan alphanumeric EQUS "V" \ Print "V" EQUB 130 \ Set foreground colour to green alphanumeric EQUS "S" \ Print "S" EQUB 255 \ End token EQUB &75, &75 \ These bytes appear to be unused