1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-23 23:32:55 +00:00

Added fragments from Paul Gardner-Stephen.

This commit is contained in:
jespergravgaard 2019-09-30 08:15:07 +02:00
parent e3ebed534f
commit cfff09e038
19 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,7 @@
lda ({z1}),y
pha
iny
lda ({z1}),y
sta {z1}+1
pla
sta {z1}

View File

@ -0,0 +1,4 @@
lda {c1}
sta {z1}
lda {c1}+1
sta {z1}+1

View File

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

View File

@ -0,0 +1,5 @@
lda #<{c2}
sta ({z1}),y
iny
lda #>{c2}
sta ({z1}),y

View File

@ -0,0 +1,4 @@
lda {c1}
sta {z1}
lda {c1}+1
sta {z1}+1

View File

@ -0,0 +1,7 @@
lda ({z1}),y
pha
iny
lda ({z1}),y
sta {z1}+1
pla
sta {z1}

View File

@ -0,0 +1,2 @@
lda #0
sta {z1}

View File

@ -0,0 +1,7 @@
lda {c1}
sta {z1}
lda {c1}+1
sta {z1}+1
lda #0
sta {z1}+2
sta {z1}+3

View File

@ -0,0 +1,7 @@
lda {c1}
sta {z1}
lda {c1}+1
sta {z1}+1
lda #0
sta {z1}+2
sta {z1}+3

View File

@ -0,0 +1,6 @@
lda ({z2}),y
sta {z1}
lda #0
sta {z1}+1
sta {z1}+2
sta {z1}+3

View File

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

View File

@ -0,0 +1,7 @@
lda {z1}+1
sta {z1}+3
lda {z1}
sta {z1}+2
lda #0
sta {z1}
sta {z1}+1

View File

@ -0,0 +1,8 @@
lda {z1}+2
sta {z1}+3
lda {z1}+1
sta {z1}+2
lda {z1}
sta {z1}+1
lda #0
sta {z1}

View File

@ -0,0 +1,12 @@
lda {z2}
ora {z1}
sta {z1}
lda {z2}+1
ora {z1}+1
sta {z1}+1
lda {z2}+2
ora {z1}+2
sta {z1}+2
lda {z2}+3
ora {z1}+3
sta {z1}+3

View File

@ -0,0 +1,12 @@
lda {z2}
ora {z3}
sta {z1}
lda {z2}+1
ora {z3}+1
sta {z1}+1
lda {z2}+2
ora {z3}+2
sta {z1}+2
lda {z2}+3
ora {z3}+3
sta {z1}+3

View File

@ -0,0 +1,7 @@
lda #0
sta {z1}
sta {z1}+1
lda {z2}
sta {z1}+2
lda {z2}+1
sta {z1}+3

View File

@ -0,0 +1,4 @@
lda #0
sta {z1}
lda {z2}
sta {z1}+1

View File

@ -0,0 +1,6 @@
ldy #0
lda ({z2}),y
sta {z1}
iny
lda #0
sta {z1}+1

View File

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