1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

Added fragment. Closes #623

This commit is contained in:
jespergravgaard 2021-01-20 22:24:21 +01:00
parent 53bdb9d60b
commit b56163c82a

View File

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