mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-22 21:29:50 +00:00
added a few fragments.
This commit is contained in:
parent
c06384607b
commit
a55a46f08d
@ -0,0 +1,7 @@
|
||||
lda {m1}
|
||||
sta $fe
|
||||
lda {m1}+1
|
||||
sta $ff
|
||||
clc
|
||||
lda ($fe),y
|
||||
adc #{c1}
|
@ -0,0 +1,8 @@
|
||||
lda {m1}
|
||||
sta $fe
|
||||
lda {m1}+1
|
||||
sta $ff
|
||||
lda ($fe),y
|
||||
sta {m1}
|
||||
lda #0
|
||||
sta {m1}+1
|
Loading…
Reference in New Issue
Block a user