Skip to navigation

Elite on the BBC Micro and NES

Market: TT161

[NES version, Bank 0]

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 DASC_b2 ; Print the character and fall through into TT16a to ; print a "g" character