.OUTX LDA Q \ Print the character in Q, which is the key that was JSR DASC \ just pressed in the gnum routine SEC \ Set the C flag, as this routine is only called if the \ key pressed makes the number too high JMP OUT \ Jump back into the gnum routine to return the number \ that has been builtName: OUTX [Show more] Type: Subroutine Category: Text Summary: Print the character in Q before returning to gnumContext: See this subroutine in context in the source code References: This subroutine is called as follows: * gnum calls OUTX
[X]
Entry point DASC in subroutine TT26 (category: Text)
DASC does exactly the same as TT26 and prints a character at the text cursor, with support for verified text in extended tokens
[X]
Entry point OUT in subroutine gnum (category: Market)
The OUTX routine jumps back here after printing the key that was just pressed