Skip to navigation

Revs on the BBC Micro

Text: startChecks

Name: startChecks [Show more] Type: Variable Category: Text Summary: The screen address offset of the start of each chequered header line
Context: See this variable in context in the source code References: This variable is used as follows: * PrintHeaderChecks uses startChecks
.startChecks EQUB 0 \ Start the first line at row 2, column 1 (as the offset \ is added to row2_column1) EQUB 40 * 3 \ Start the second line on row 5, column 1 (as there are \ 40 characters per row)