.PrintCrTab JSR TT67 ; Print a newline LDX languageIndex ; Move the text cursor to the correct column for the LDA xStatusMode,X ; Status Mode entry in the chosen language STA XC RTS ; Return from the subroutineName: PrintCrTab [Show more] Type: Subroutine Category: Text Summary: Print a newline and the correct indent for Status Mode entries in the chosen languageContext: See this subroutine in context in the source code References: This subroutine is called as follows: * STATUS calls PrintCrTab
[X]
Subroutine TT67 (category: Text)
Print a newline
[X]
Variable languageIndex in workspace WP
The language that was chosen on the Start screen as an index into the various lookup tables
[X]
Variable xStatusMode (category: Status)
The text column for the Status Mode entries for each language