mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-15 16:30:02 +00:00
Added long fragment.
This commit is contained in:
parent
75dbe31cef
commit
ae7a0b6fe5
@ -0,0 +1,13 @@
|
||||
clc
|
||||
lda {c1}
|
||||
adc #2
|
||||
sta {z1}
|
||||
lda {c1}+1
|
||||
adc #0
|
||||
sta {z1}+1
|
||||
lda {c1}+2
|
||||
adc #0
|
||||
sta {z1}+2
|
||||
lda {c1}+3
|
||||
adc #0
|
||||
sta {z1}+3
|
Loading…
x
Reference in New Issue
Block a user