.prq JSR TT27 \ Print the text token in A LDA #'?' \ Print a question mark and return from the JMP TT27 \ subroutine using a tail callName: prq [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a question markContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
Arguments: A The text token to be printed
Other entry points: prq+3 Print a question mark
[X]
Subroutine TT27 (category: Text)
Print a text token