Skip to navigation

Elite on the BBC Micro and NES

Text: spc

[NES version, Bank 0]

Name: spc [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a space
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls spc * fwl calls spc * PrintLegalStatus calls spc * STATUS calls spc * TT25 calls spc * TT66 calls spc

Print a text token (i.e. a character, control code, two-letter token or recursive token) followed by a space.
Arguments: A The text token to be printed
.spc JSR TT27_b2 ; Print the text token in A JMP TT162 ; Print a space and return from the subroutine using a ; tail call