1
0
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:
jespergravgaard 2021-12-22 08:42:38 +01:00
parent 492e147441
commit 134b9367af

View File

@ -0,0 +1,9 @@
ldy #0
lda ({z2}),y
clc
adc {m3}
sta {m1}
iny
lda ({z2}),y
adc {m3}+1
sta {m1}+1