Created
August 10, 2024 23:19
-
-
Save ymgve/7365a134f82a4bc2840623f8c4a1787e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.C:c058 A2 0F LDX #$0F | |
.C:c05a 20 44 C0 JSR $C044 | |
.... | |
.C:c044 A0 7C LDY #$7C | |
.C:c046 88 DEY | |
.C:c047 D0 FD BNE $C046 | |
.C:c049 CA DEX | |
.C:c04a D0 F8 BNE $C044 | |
.C:c04c 60 RTS | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment