Skip to navigation


Text: MT29

[Commodore 64 version]

Name: MT29 [Show more] Type: Subroutine Category: Text Summary: Move to row 6 and switch to lower case when printing extended tokens Deep dive: Extended text tokens
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * JMTB calls MT29
.MT29 LDA #6 ; Move the text cursor to row 6 JSR DOYC JSR WHITETEXT ; This routine has no effect in this version of Elite JMP MT13 ; Jump to MT13 to set bit 7 of DTW6 and bit 5 of DTW1, ; returning from the subroutine using a tail call