1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-06 04:54:35 +00:00

Fixed problem with fragment. Thanks @mark.j.fisher. Closes #591

This commit is contained in:
jespergravgaard 2020-12-06 13:57:44 +01:00
parent 6c8c63f7b1
commit 19a80842e2

View File

@ -6,6 +6,5 @@ lda {m2}
sta $fe
lda {m2}+1
sta $ff
lda ($fc),y
lda ($fe),y
sta ($fc),y