mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-26 03:32:23 +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…
Reference in New Issue
Block a user