mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-11 02:25:17 +00:00
Added long fragment.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user