1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 18:54:55 +00:00

Added missing fragments for @Flight_Control

This commit is contained in:
jespergravgaard 2021-01-17 19:54:00 +01:00
parent b11256030c
commit 789fcd033a
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,8 @@
lda {m1}
sta {c1},x
lda {m1}+1
sta {c1}+1,x
lda {m1}+2
sta {c1}+2,x
lda {m1}+3
sta {c1}+3,x

View File

@ -0,0 +1,8 @@
lda {m1}
sta {c1},y
lda {m1}+1
sta {c1}+1,y
lda {m1}+2
sta {c1}+2,y
lda {m1}+3
sta {c1}+3,y

View File

@ -0,0 +1,4 @@
lsr {m1}+3
ror {m1}+2
ror {m1}+1
ror {m1}