mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +00:00
parent
3d0871f757
commit
ce924d03cd
@ -1,3 +1,3 @@
|
|||||||
lda {c3},x
|
lda {c3},y
|
||||||
ldx {c2},y
|
ldx {c2},y
|
||||||
sta {c1},x
|
sta {c1},x
|
@ -2,8 +2,6 @@ lda {z2}
|
|||||||
clc
|
clc
|
||||||
adc #2
|
adc #2
|
||||||
sta {z1}
|
sta {z1}
|
||||||
bcc !+
|
|
||||||
lda {z2}+1
|
lda {z2}+1
|
||||||
adc #0
|
adc #0
|
||||||
sta {z1}+1
|
sta {z1}+1
|
||||||
!:
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user