.TT162 LDA #' ' \ Load a space character into A JMP TT27 \ Print the text token in A and return from the \ subroutine using a tail callName: TT162 [Show more] Type: Subroutine Category: Text Summary: Print a spaceContext: 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
[X]
Subroutine TT27 (category: Text)
Print a text token