.MT8 LDA #6 ; Move the text cursor to column 6 JSR DOXC LDA #%11111111 ; Set all the bits in DTW2 STA DTW2 RTS ; Return from the subroutineName: MT8 [Show more] Type: Subroutine Category: Text Summary: Tab to column 6 and start a new word when printing extended tokens Deep dive: Extended text tokensContext: See this subroutine in context in the source code References: This subroutine is called as follows: * JMTB calls MT8
This routine sets the following: * XC = 6 (tab to column 6) * DTW2 = %11111111 (we are not currently printing a word)
[X]
Subroutine DOXC (category: Text)
Move the text cursor to a specific column
[X]
Variable DTW2 (category: Text)
A flag that indicates whether we are currently printing a word