This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
.MT8Name: MT8 Type: Subroutine Category: Text Summary: Tab to column 6 and start a new word when printing extended tokens Deep dive: Extended text tokens
This routine sets the following: * XC = 6 (tab to column 6) * DTW2 = %11111111 (we are not currently printing a word)
LDA #%11111111 \ Set all the bits in DTW2 STA DTW2 RTS \ Return from the subroutine