mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-11 01:30:53 +00:00
added fragments.
This commit is contained in:
parent
0872f333ff
commit
73006553bd
@ -0,0 +1,9 @@
|
||||
lda {m1}
|
||||
sta $fe
|
||||
lda {m1}+1
|
||||
sta $ff
|
||||
lda ($fe),y
|
||||
sta {m1}
|
||||
iny
|
||||
lda ($fe),y
|
||||
sta {m1}+1
|
@ -0,0 +1 @@
|
||||
and {c1},x
|
@ -0,0 +1,5 @@
|
||||
sec
|
||||
sbc {m2}
|
||||
sta {m1}
|
||||
lda #0
|
||||
sta {m1}+1
|
Loading…
x
Reference in New Issue
Block a user