Skip to navigation

Elite on the BBC Micro and NES

Text: PrintCharacter

[NES version, Bank 0]

Name: PrintCharacter [Show more] Type: Subroutine Category: Text Summary: An unused routine that prints a character and sets the C flag
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
.PrintCharacter JSR DASC_b2 ; Print the character in A SEC ; Set the C flag RTS ; Return from the subroutine