mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added missing fragments for Richard-William Loerakker
This commit is contained in:
parent
abb946cca8
commit
1b283b3084
16
src/main/fragment/mos6502-common/vdum1_ge_vduc1_then_la1.asm
Normal file
16
src/main/fragment/mos6502-common/vdum1_ge_vduc1_then_la1.asm
Normal file
@ -0,0 +1,16 @@
|
||||
lda {m1}+3
|
||||
cmp #>{c1}>>$10
|
||||
bcc !+
|
||||
bne {la1}
|
||||
lda {m1}+2
|
||||
cmp #<{c1}>>$10
|
||||
bcc !+
|
||||
bne {la1}
|
||||
lda {m1}+1
|
||||
cmp #>{c1}
|
||||
bcc !+
|
||||
bne {la1}
|
||||
lda {m1}
|
||||
cmp #<{c1}
|
||||
bcs {la1}
|
||||
!:
|
11
src/main/fragment/mos6502-common/vwum1=vbsaa_plus_vbum2.asm
Normal file
11
src/main/fragment/mos6502-common/vwum1=vbsaa_plus_vbum2.asm
Normal file
@ -0,0 +1,11 @@
|
||||
pha
|
||||
clc
|
||||
adc {m2}
|
||||
sta {m1}
|
||||
pla
|
||||
ora #$7f
|
||||
bmi !+
|
||||
lda #0
|
||||
!:
|
||||
adc #0
|
||||
sta {m1}+1
|
11
src/main/fragment/mos6502-common/vwum1=vbuaa_rol_4.asm
Normal file
11
src/main/fragment/mos6502-common/vwum1=vbuaa_rol_4.asm
Normal file
@ -0,0 +1,11 @@
|
||||
asl
|
||||
sta {m1}
|
||||
lda #0
|
||||
rol
|
||||
sta {m1}+1
|
||||
asl {m1}
|
||||
rol {m1}+1
|
||||
asl {m1}
|
||||
rol {m1}+1
|
||||
asl {m1}
|
||||
rol {m1}+1
|
Loading…
Reference in New Issue
Block a user