.PrintSpacedHyphen JSR TT162 ; Print two spaces JSR TT162 LDA #'-' ; Print a "-" character JSR TT27_b2 JSR TT162 ; Print two spaces, returning from the subroutine using JMP TT162 ; a tail callName: PrintSpacedHyphen [Show more] Type: Subroutine Category: Text Summary: Print two spaces, then a "-", and then another two spacesContext: See this subroutine in context in the source code References: This subroutine is called as follows: * PrintNumberInHold calls PrintSpacedHyphen * TT151 calls PrintSpacedHyphen
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine TT27_b2 (category: Text)
Call the TT27 routine in ROM bank 2