\ --- Mod: Code removed for Elite-A: ------------------> \.plf2 \ \JSR plf \ Print the text token in A followed by a newline \ \LDX #6 \ Move the text cursor to column 6 \STX XC \ \RTS \ Return from the subroutine \ --- End of removed code ----------------------------->Name: plf2, Removed [Show more] Type: Subroutine Category: Text Summary: Print text followed by a newline and indent of 6 charactersContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
Print a text token followed by a newline, and indent the next line to text column 6.
Arguments: A The text token to be printed