1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

added missing fragment

This commit is contained in:
jespergravgaard 2022-01-02 11:22:44 +01:00
parent 6eef019511
commit 1662d491a3

View File

@ -0,0 +1,13 @@
lda {m2}
sta $ff
clc
adc ({z1}),y
sta ({z1}),y
iny
lda $ff
ora #$7f
bmi !+
lda #0
!:
adc ({z1}),y
sta ({z1}),y