.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 [View in context] Type: Subroutine Category: Text Summary: Print a space Other entry points: TT162+2 Jump to TT27 to print the text token in A
[X]
Subroutine TT27 (category: Text)
Print a text token