mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 08:32:39 +00:00
Added long fragment.
This commit is contained in:
parent
6961f121e7
commit
883f90abf7
@ -0,0 +1,13 @@
|
||||
clc
|
||||
lda {c1}
|
||||
adc #2
|
||||
sta {m1}
|
||||
lda {c1}+1
|
||||
adc #0
|
||||
sta {m1}+1
|
||||
lda {c1}+2
|
||||
adc #0
|
||||
sta {m1}+2
|
||||
lda {c1}+3
|
||||
adc #0
|
||||
sta {m1}+3
|
Loading…
Reference in New Issue
Block a user