.TT67 LDA #12 \ Load a newline character into A JMP TT27 \ Print the text token in A and return from the \ subroutine using a tail callName: TT67 [Show more] Type: Subroutine Category: Text Summary: Print a newlineContext: See this subroutine in context in the source code References: This subroutine is called as follows: * CLYNS calls TT67 * confirm calls TT67 * EQSHP calls TT67 * n_buyship calls TT67 * NWDAV4 calls TT67 * plf calls TT67 * sell_jump calls TT67 * STATUS calls TT67 * TT208 calls TT67 * TT219 calls TT67
[X]
Subroutine TT27 (category: Text)
Print a text token