mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added fragment. Closes #624
This commit is contained in:
parent
b56163c82a
commit
44ad31a27e
@ -0,0 +1,8 @@
|
||||
ldy #0
|
||||
sty {m1}+2
|
||||
sty {m1}+3
|
||||
lda ({z2}),y
|
||||
sta {m1}
|
||||
iny
|
||||
lda ({z2}),y
|
||||
sta {m1}+1
|
Loading…
Reference in New Issue
Block a user