Skip to navigation


Text: TT67X

[BBC Master version]

Name: TT67X [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: * CLYNS calls TT67X * STATUS calls TT67X
.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 LDA #12 \ Set A to a carriage return character \ Fall through into TT26 to print the newline