1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-23 23:32:55 +00:00

Added fragment for Clay Cowgill

This commit is contained in:
Jesper Gravgaard 2019-09-29 11:12:52 +02:00
parent c6604e1d75
commit d88789ab27
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
ldy {c1},x
sty $fe
ldy {c1}+1,x
sty $ff
ldy #0
sta ($fe),y

View File

@ -0,0 +1,6 @@
ldx {c1},y
stx $fe
ldx {c1}+1,y
stx $ff
ldy #0
sta ($fe),y