Skip to navigation


Market: TT160

[NES version, Bank 0]

Name: TT160 [Show more] Type: Subroutine Category: Market Summary: Print "t" (for tonne) and a space
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT152 calls TT160
.TT160 LDA #'t' ; Load a "t" character into A JSR DASC_b2 ; Print the character JMP TT162 ; Jump to TT162 to print a space and return from the ; subroutine using a tail call