.TUT .osprint JMP (OSPRNT) \ Jump to the address in OSPRNT and return using a \ tail call EQUB &6C \ This byte appears to be unusedName: osprint [Show more] Type: Subroutine Category: Utility routines Summary: Print a characterContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT26 calls osprint
Arguments: A The character to print
[X]
Configuration variable OSPRNT = &0234
The address for the OSPRNT vector