Skip to navigation

Elite on the BBC Micro and NES

Text: TT69

[BBC Micro disc version, Docked]

Name: TT69 [Show more] Type: Subroutine Category: Text Summary: Set Sentence Case and print a newline
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT210 calls TT69
.TT69 LDA #%10000000 \ Set bit 7 of QQ17 to switch to Sentence Case STA QQ17 \ Fall through into TT67 to print a newline