Skip to navigation

Elite on the BBC Micro and NES

Market: TT161

[BBC Micro disc version, Flight]

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