1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-22 06:29:23 +00:00

Added fragments from Eric Majikeyric

This commit is contained in:
jespergravgaard 2021-10-02 10:14:29 +02:00
parent 45987ac075
commit 47e2bfbd19
18 changed files with 123 additions and 0 deletions

View File

@ -0,0 +1 @@
asrq {z1}

View File

@ -0,0 +1,2 @@
asrq {z1}
asrq {z1}

View File

@ -0,0 +1,3 @@
ldq {z2}
asrq
stq {z1}

View File

@ -0,0 +1,4 @@
ldq {z2}
asrq
asrq
stq {z1}

View File

@ -0,0 +1 @@
lsrq {z1}

View File

@ -0,0 +1,2 @@
lsrq {z1}
lsrq {z1}

View File

@ -0,0 +1,2 @@
lda {c1},x
bne {la1}

View File

@ -0,0 +1,2 @@
lda {c1},y
bne {la1}

View File

@ -0,0 +1,11 @@
lda #<{c1}
sta ({z1}),y
iny
lda #>{c1}
sta ({z1}),y
iny
lda #<{c1}>>$10
sta ({z1}),y
iny
lda #>{c1}>>$10
sta ({z1}),y

View File

@ -0,0 +1,11 @@
lda {m2}
sta ({z1}),y
iny
lda {m2}+1
sta ({z1}),y
iny
lda {m2}+2
sta ({z1}),y
iny
lda {m2}+3
sta ({z1}),y

View File

@ -0,0 +1,10 @@
lda #{c1}
tay
sta ({z1}),y
iny
lda #0
sta ({z1}),y
iny
sta ({z1}),y
iny
sta ({z1}),y

View File

@ -0,0 +1,9 @@
lda #{c1}
sta ({z1}),y
iny
lda #0
sta ({z1}),y
iny
sta ({z1}),y
iny
sta ({z1}),y

View File

@ -0,0 +1,11 @@
lda #<{c1}
sta ({z1}),y
iny
lda #>{c1}
sta ({z1}),y
iny
lda #<{c1}>>$10
sta ({z1}),y
iny
lda #>{c1}>>$10
sta ({z1}),y

View File

@ -0,0 +1,11 @@
lda {c1},y
sta $fe
lda {c1}+1,y
sta $ff
ldy #0
lda ($fe),y
bne !+
iny
lda ($fe),y
beq {la1}
!:

View File

@ -0,0 +1,12 @@
lda {m1}+3
cmp #$80
ror {m1}+3
ror {m1}+2
ror {m1}+1
ror {m1}
lda {m1}+3
cmp #$80
ror {m1}+3
ror {m1}+2
ror {m1}+1
ror {m1}

View File

@ -0,0 +1,19 @@
lda {m2}+3
cmp #$80
ror
sta {m1}+3
lda {m2}+2
ror
sta {m1}+2
lda {m2}+1
ror
sta {m1}+1
lda {m2}
ror
sta {m1}
lda {m1}+3
cmp #$80
ror {m1}+3
ror {m1}+2
ror {m1}+1
ror {m1}

View File

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

View File

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