.cls JSR TTX66 \ Call TTX66 to clear the top part of the screen and \ draw a white border JMP RR4 \ Jump to RR4 to restore X and Y from the stack and A \ from K3, and return from the subroutine using a tail \ callName: cls [Show more] Type: Subroutine Category: Utility routines Summary: Clear the top part of the screen and draw a white borderContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT26 calls cls
[X]
Entry point RR4 in subroutine TT26 (category: Text)
Restore the registers and return from the subroutine
[X]
Subroutine TTX66 (category: Utility routines)
Clear the top part of the screen and draw a white border