1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

added missing fragments. closes #751

This commit is contained in:
jespergravgaard 2022-01-08 13:50:11 +01:00
parent 514171a803
commit b446d4d64b
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda ($fe),y
ldy #{c1}
sta ($fe),y

View File

@ -0,0 +1,7 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda ($fe),y
ldy #{c1}
sta ($fe),y