Skip to navigation

Elite on the BBC Micro and NES

Text: TTX69

[Elite-A, Encyclopedia]

Name: TTX69 [Show more] Type: Subroutine Category: Text Summary: Print a paragraph break
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT25 calls TTX69

Print a paragraph break (a blank line between paragraphs) by moving the cursor down a line, and then printing a newline.
.TTX69 INC YC \ Move the text cursor down a line \ Fall through into TT67 to print a newline