1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +00:00

Fixed error in fragment doing *(ptr)++

This commit is contained in:
jespergravgaard 2019-09-07 16:23:34 +02:00
parent 71fc963145
commit 33c39bfd52

View File

@ -3,3 +3,7 @@ lda ({z1}),y
clc
adc #1
sta ({z1}),y
iny
lda ({z1}),y
adc #0
sta ({z1}),y