.plf2 JSR plf \ Print the text token in A followed by a newline LDA #6 \ Move the text cursor to column 6 and return from the JMP DOXC \ subroutine using a tail callName: plf2 [View in context] Type: Subroutine Category: Text Summary: Print text followed by a newline and indent of 6 characters
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
[X]
Subroutine DOXC (category: Text)
Move the text cursor to a specified column by sending a #SETXC command to the I/O processor
[X]
Subroutine plf (category: Text)
Print a text token followed by a newline