mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-11 04:29:53 +00:00
Added a few missing fragments. Closes #449
This commit is contained in:
parent
cb6953dd0d
commit
9a38de88ce
@ -0,0 +1,9 @@
|
||||
lda {c1}
|
||||
sta $fe
|
||||
lda {c1}+1
|
||||
sta $ff
|
||||
lda #<c2
|
||||
sta ($fe),y
|
||||
iny
|
||||
lda #>c2
|
||||
sta ($fe),y
|
@ -0,0 +1,9 @@
|
||||
lda {c1}
|
||||
sta $fe
|
||||
lda {c1}+1
|
||||
sta $ff
|
||||
lda m1
|
||||
sta ($fe),y
|
||||
iny
|
||||
lda m1+1
|
||||
sta ($fe),y
|
Loading…
x
Reference in New Issue
Block a user