Skip to navigation

Elite on the BBC Micro and NES

Text: plf

[NES version, Bank 0]

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 * PrintCombatRank calls plf * PrintLegalStatus calls plf * STATUS calls plf

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