Skip to navigation


Market: TT16a

[Commodore 64 version]

Name: TT16a [Show more] Type: Subroutine Category: Market Summary: Print "g" (for grams)
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT152 calls TT16a
.TT16a LDA #'g' ; Load a "g" character into A JMP TT26 ; Print the character, using TT216 so that it doesn't ; change the character case, and return from the ; subroutine using a tail call