1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-11 04:29:53 +00:00

added missing fragment. closes

This commit is contained in:
jespergravgaard 2021-12-22 08:42:38 +01:00
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