.MT29 LDA #5 ; Move the text cursor to row 5 STA YC JMP MT13 ; Jump to MT13 to set bit 7 of DTW6 and bit 5 of DTW1, ; returning from the subroutine using a tail callName: MT29 [Show more] Type: Subroutine Category: Text Summary: Move to row 5 and switch to lower case 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 MT29
[X]
Subroutine MT13 (category: Text)
Switch to lower case when printing extended tokens