TT69TT70 Name: TT67 [View in context] Type: Subroutine Category: Text Summary: Print a newline .TT67 LDA #13 \ 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 TT69TT70