1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00

Added missing fragment

This commit is contained in:
jespergravgaard 2021-03-03 07:53:57 +01:00
parent b2375f49c7
commit fd0d903e44

View File

@ -0,0 +1,7 @@
clc
lda {m1}
adc ({z2}),y
sta {m1}
bcc !+
inc {m1}+1
!: