Skip to navigation

Elite on the BBC Micro and NES

Text: TT162

[BBC Micro disc version, Flight]

Name: TT162 [Show more] Type: Subroutine Category: Text Summary: Print a space
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * spc calls TT162 * TT160 calls TT162 * TT25 calls TT162 * TTX66 calls TT162 * TT151 calls via TT162+2 * TT163 calls via TT162+2

Other entry points: TT162+2 Jump to TT27 to print the text token in A
.TT162 LDA #' ' \ Load a space character into A JMP TT27 \ Print the text token in A and return from the \ subroutine using a tail call