mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-22 16:33:48 +00:00
Added last rol/rors.
This commit is contained in:
parent
6daf5ee97a
commit
4caaa9b752
10
src/main/fragment/mos6502-common/vdum1=vdum1_ror_vbuxx.asm
Normal file
10
src/main/fragment/mos6502-common/vdum1=vdum1_ror_vbuxx.asm
Normal file
@ -0,0 +1,10 @@
|
||||
cpx #0
|
||||
beq !e+
|
||||
!:
|
||||
lsr {m1}+3
|
||||
ror {m1}+2
|
||||
ror {m1}+1
|
||||
ror {m1}
|
||||
dex
|
||||
bne !-
|
||||
!e:
|
10
src/main/fragment/mos6502-common/vdum1=vdum1_ror_vbuyy.asm
Normal file
10
src/main/fragment/mos6502-common/vdum1=vdum1_ror_vbuyy.asm
Normal file
@ -0,0 +1,10 @@
|
||||
cpy #0
|
||||
beq !e+
|
||||
!:
|
||||
lsr {m1}+3
|
||||
ror {m1}+2
|
||||
ror {m1}+1
|
||||
ror {m1}
|
||||
dey
|
||||
bne !-
|
||||
!e:
|
Loading…
Reference in New Issue
Block a user