Skip to navigation

Elite on the BBC Micro and NES

Text: prq

[BBC Micro cassette version]

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 * EQSHP calls prq * qv calls prq * TT219 calls prq

Arguments: A The text token to be printed
.prq JSR TT27 \ Print the text token in A LDA #'?' \ Print a question mark and return from the JMP TT27 \ subroutine using a tail call