.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 callName: plf [Show more] Type: Subroutine Category: Text Summary: Print a text token followed by a newlineContext: 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 * TITLE calls plf
Arguments: A The text token to be printed
[X]
Subroutine TT27 (category: Text)
Print a text token
[X]
Subroutine TT67 (category: Text)
Print a newline