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:
parent
514171a803
commit
b446d4d64b
@ -0,0 +1,7 @@
|
||||
lda {m1}
|
||||
sta $fe
|
||||
lda {m1}+1
|
||||
sta $ff
|
||||
lda ($fe),y
|
||||
ldy #{c1}
|
||||
sta ($fe),y
|
@ -0,0 +1,7 @@
|
||||
lda {m1}
|
||||
sta $fe
|
||||
lda {m1}+1
|
||||
sta $ff
|
||||
lda ($fe),y
|
||||
ldy #{c1}
|
||||
sta ($fe),y
|
Loading…
Reference in New Issue
Block a user