Skip to navigation


Text: prq

[NES version, Bank 0]

Name: prq [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a question mark
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * eq calls prq * TT147 calls prq

Arguments: A The text token to be printed
Other entry points: prq+3 Print a question mark
.prq JSR TT27_b2 ; Print the text token in A LDA #'?' ; Print a question mark and return from the JMP TT27_b2 ; subroutine using a tail call