mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 04:49:27 +00:00
Added long fragment.
This commit is contained in:
parent
ae7a0b6fe5
commit
22139da54e
@ -0,0 +1,13 @@
|
|||||||
|
sec
|
||||||
|
lda {c1}
|
||||||
|
sbc {z2}
|
||||||
|
sta {z1}
|
||||||
|
lda {c1}+1
|
||||||
|
sbc {z2}+1
|
||||||
|
sta {z1}+1
|
||||||
|
lda {c1}+2
|
||||||
|
sbc {z2}+2
|
||||||
|
sta {z1}+2
|
||||||
|
lda {c1}+3
|
||||||
|
sbc {z2}+3
|
||||||
|
sta {z1}+3
|
Loading…
Reference in New Issue
Block a user