1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-04-09 21:37:31 +00:00

Added missing fragment

This commit is contained in:
jespergravgaard 2019-11-28 08:27:26 +01:00
parent 40279db29c
commit 46096f63cd

@ -0,0 +1,12 @@
ldy #0
lda ({z2}),y
sta {z1}
iny
lda ({z2}),y
sta {z1}+1
iny
lda ({z2}),y
sta {z1}+2
iny
lda ({z2}),y
sta {z1}+3