Skip to navigation

Elite on the BBC Micro and NES

Version analysis of TTX69

This code appears in the following versions (click to see it in the source code):

Code variations between these versions are shown below.

Name: TTX69 Type: Subroutine Category: Text Summary: Print a paragraph break
Print a paragraph break (a blank line between paragraphs) by moving the cursor down a line, setting Sentence Case, and then printing a newline.
.TTX69

Code variation 1 of 1Related to Elite's use of the Tube

Tap on a block to expand it, and tap it again to revert.

INC YC \ Move the text cursor down a line
JSR INCYC \ Move the text cursor down a line
                        \ Fall through into TT69 to set Sentence Case and print
                        \ a newline