.spc JSR TT27 \ Print the text token in A JMP TT162 \ Print a space and return from the subroutine using a \ tail callName: spc [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a spaceContext: See this subroutine in context in the source code References: This subroutine is called as follows: * 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
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine TT27 (category: Text)
Print a text token