Skip to navigation

Elite on the BBC Micro and NES

Text: TT162

[Elite-A, Encyclopedia]

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: * menu calls TT162 * spc calls TT162 * TT25 calls TT162 * TTX66 calls TT162

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