.TT67K \ 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, I have renamed this one to TT67K LDA #12 \ Set A to a carriage return character \ Fall through into TT26 to print the newlineName: TT67K [Show more] Type: Subroutine Category: Text Summary: Print a newlineContext: 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 TT67K * STATUS calls TT67K