mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-24 16:30:54 +00:00
Added missing fragments.
This commit is contained in:
parent
c2bfa98d8f
commit
31825bfc94
@ -0,0 +1,5 @@
|
||||
lda ({z2}),y
|
||||
sta {m1}+1
|
||||
ldy #0
|
||||
lda ({z2}),y
|
||||
sta {m1}
|
@ -0,0 +1,2 @@
|
||||
stx {m1}+1
|
||||
sta {m1}
|
@ -0,0 +1,2 @@
|
||||
stx {m1}+1
|
||||
sty {m1}
|
@ -0,0 +1,2 @@
|
||||
sty {m1}+1
|
||||
sta {m1}
|
@ -0,0 +1,2 @@
|
||||
sty {m1}+1
|
||||
stx {m1}
|
Loading…
x
Reference in New Issue
Block a user