TT69 (Flight)TT70 (Flight) Name: TT67 [Show more] Type: Subroutine Category: Text Summary: Print a newline Context: See this subroutine in context in the source code References: This subroutine is called as follows: * CLYNS calls TT67 * plf calls TT67 .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 call [X]Subroutine TT27 (category: Text)Print a text token TT69 (Flight)TT70 (Flight)