Skip to content

Instantly share code, notes, and snippets.

@ymgve
Created August 10, 2024 23:19
Show Gist options
  • Save ymgve/7365a134f82a4bc2840623f8c4a1787e to your computer and use it in GitHub Desktop.
Save ymgve/7365a134f82a4bc2840623f8c4a1787e to your computer and use it in GitHub Desktop.
.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