Skip to navigation

Elite on the BBC Micro and NES

Text: MT26

[NES version, Bank 2]

Name: MT26 [Show more] Type: Subroutine Category: Text Summary: Print a space and capitalise the next letter Deep dive: Extended text tokens
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * JMTB calls MT26
.MT26 LDA #' ' ; Print a space JSR DASC ; Fall through into MT19 to capitalise the next letter