Skip to navigation

Elite on the BBC Micro and NES

Text: PrintCrTab

[NES version, Bank 0]

Name: PrintCrTab [Show more] Type: Subroutine Category: Text Summary: Print a newline and the correct indent for Status Mode entries in the chosen language
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * STATUS calls PrintCrTab
.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 subroutine