1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-14 18:24:10 +00:00

Added missing fragments for Richard-William Loerakker

This commit is contained in:
jespergravgaard 2020-12-06 01:13:48 +01:00
parent abb946cca8
commit 1b283b3084
3 changed files with 38 additions and 0 deletions

View 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}
!:

View File

@ -0,0 +1,11 @@
pha
clc
adc {m2}
sta {m1}
pla
ora #$7f
bmi !+
lda #0
!:
adc #0
sta {m1}+1

View 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