Skip to navigation

Elite on the BBC Micro and NES

Utility routines: SetAXTo15

[NES version, Bank 0]

Name: SetAXTo15 [Show more] Type: Subroutine Category: Utility routines Summary: An unused routine that sets A and X to 15
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
.SetAXTo15 LDA #15 ; Set A = 15 TAX ; Set X = 15 RTS ; Return from the subroutine