mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-10 12:31:09 +00:00
Added missing fragments for @Flight_Control
This commit is contained in:
parent
b11256030c
commit
789fcd033a
@ -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
|
@ -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
|
4
src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm
Normal file
4
src/main/fragment/mos6502-common/vdum1=vdum1_ror_1.asm
Normal file
@ -0,0 +1,4 @@
|
||||
lsr {m1}+3
|
||||
ror {m1}+2
|
||||
ror {m1}+1
|
||||
ror {m1}
|
Loading…
x
Reference in New Issue
Block a user