1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-01 02:29:30 +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

@ -2,4 +2,8 @@ ldy #0
lda ({z1}),y
clc
adc #1
sta ({z1}),y
iny
lda ({z1}),y
adc #0
sta ({z1}),y