Skip to navigation

Elite on the BBC Micro

Text: TT67_DUPLICATE

[BBC Master version]

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