Skip to navigation

Elite on the BBC Micro and NES

Text: TT162

[NES version, Bank 0]

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: * csh calls TT162 * eq calls TT162 * EQSHP calls TT162 * fwl calls TT162 * MESS calls TT162 * Print2Spaces calls TT162 * PrintCombatRank calls TT162 * PrintEquipment calls TT162 * PrintLaserView calls TT162 * PrintSpaceAndToken calls TT162 * PrintSpacedHyphen calls TT162 * spc calls TT162 * TT147 calls TT162 * TT160 calls TT162 * TT25 calls TT162 * TT66 calls TT162 * 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_b2 ; Print the text token in A and return from the ; subroutine using a tail call