Skip to navigation

Elite on the BBC Micro and NES

Text: spc

[6502 Second Processor version]

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: * dn calls spc * EQSHP calls spc * qv calls spc * STATUS calls spc * TT25 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 \ Print the text token in A JMP TT162 \ Print a space and return from the subroutine using a \ tail call