Skip to navigation

Elite on the BBC Micro and NES

Market: TT16a

[BBC Micro disc version, Flight]

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