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