Skip to navigation

Elite on the BBC Micro and NES

Text: TT67

[BBC Master version]

Name: TT67 [Show more] Type: Subroutine Category: Text Summary: Print a newline
Context: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * EQSHP calls TT67 * NWDAV4 calls TT67 * plf calls TT67 * SVE calls TT67 * TT208 calls TT67 * TT219 calls TT67
.TT67 \INC YC \ This instruction is commented out in the original \ source 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