Skip to navigation


Scoring: scoreText

Name: scoreText [Show more] Type: Variable Category: Scoring Summary: The high score text
Context: See this variable in context in the source code References: This variable is used as follows: * PrintScoreText uses scoreText
.scoreText EQUB 31, 1, 3 \ VDU 31, 1, 3 moves the text cursor to column 1, row 3 EQUS "HIGH SCORE: " EQUB "0" EQUB 31, 3, 10 \ VDU 31, 3, 10 moves the text cursor to column 3, row \ 10 EQUB &3A, &4A \ These bytes appear to be unused and contain assembly EQUB &4D, &50 \ code EQUB &20, &73 EQUB &75, &74 EQUB &35, &0D EQUB &04, &6A