mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-13 18:30:21 +00:00
added missing fragment. closes #736
This commit is contained in:
parent
492e147441
commit
134b9367af
@ -0,0 +1,9 @@
|
|||||||
|
ldy #0
|
||||||
|
lda ({z2}),y
|
||||||
|
clc
|
||||||
|
adc {m3}
|
||||||
|
sta {m1}
|
||||||
|
iny
|
||||||
|
lda ({z2}),y
|
||||||
|
adc {m3}+1
|
||||||
|
sta {m1}+1
|
Loading…
x
Reference in New Issue
Block a user