.TT160 LDA #'t' ; Load a "t" character into A JSR TT26 ; Print the character, using TT216 so that it doesn't ; change the character case BCC TT162 ; Jump to TT162 to print a space and return from the ; subroutine using a tail call (this BCC is effectively ; a JMP as the C flag is cleared by TT26)Name: TT160 [Show more] Type: Subroutine Category: Market Summary: Print "t" (for tonne) and a spaceContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT152 calls TT160
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine TT26 (category: Text)
Print a character at the text cursor, with support for verified text in extended tokens