.PrintSpaceAndToken PHA ; Store the character to print on the stack JSR TT162 ; Print a space PLA ; Retrieve the character to print from the stack JMP TT27_b2 ; Print the character in A, returning from the ; subroutine using a tail callName: PrintSpaceAndToken [Show more] Type: Subroutine Category: Text Summary: Print a space followed by a text tokenContext: See this subroutine in context in the source code References: This subroutine is called as follows: * STATUS calls PrintSpaceAndToken * TT25 calls PrintSpaceAndToken
Arguments: A The character to be printed
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine TT27_b2 (category: Text)
Call the TT27 routine in ROM bank 2