Skip to navigation


Market: TT161

[Commodore 64 version]

Name: TT161 [Show more] Type: Subroutine Category: Market Summary: Print "kg" (for kilograms)
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT152 calls TT161
.TT161 LDA #'k' ; Load a "k" character into A JSR TT26 ; Print the character, using TT216 so that it doesn't ; change the character case, and fall through into ; TT16a to print a "g" character