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

Added missing fragment

This commit is contained in:
jespergravgaard 2019-11-28 22:49:28 +01:00
parent d5f7a914f8
commit 4a273bd2dd

View File

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