Skip to navigation

Elite on the BBC Micro and NES

Market: TT16a

[NES version, Bank 0]

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 DASC_b2 ; Print the character and return from the subroutine ; using a tail call