Skip to navigation

Elite on the BBC Micro and NES

Text: plf

[BBC Micro disc version, Flight]

Name: plf [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a newline
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * fwl calls plf * plf2 calls plf * STATUS calls plf

Arguments: A The text token to be printed
.plf JSR TT27 \ Print the text token in A JMP TT67 \ Jump to TT67 to print a newline and return from the \ subroutine using a tail call