Skip to navigation

Elite on the BBC Micro and NES

Version analysis of TT67 / TT67X

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

Code variations between these versions are shown below.

Code variation 1 of 2A variation in the comments only

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

Name: TT67X
Name: TT67
Type: Subroutine Category: Text Summary: Print a newline

Code variation 2 of 2A variation in the labels only

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

.TT67X \ This does the same as the existing TT67 routine, which \ is also present in this source, so it isn't clear why \ this duplicate exists \ \ In the original source, this version also has the name \ TT67, but because BeebAsm doesn't allow us to redefine \ labels, this one has been renamed TT67X
.TT67
 LDA #12                \ Set A to a carriage return character

                        \ Fall through into TT26 to print the newline