1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

Added some fragments.

This commit is contained in:
jespergravgaard 2022-05-12 18:27:55 +02:00
parent e15c02839d
commit 13a7063df0
4 changed files with 24 additions and 6 deletions

View File

@ -0,0 +1,6 @@
ldy {c1},x
sty $fe
ldy {c1}+1,x
sty $ff
ldy #{c2}
sta ($fe),y

View File

@ -0,0 +1,10 @@
ldy #{c2}
lda ({z1}),y
tay
lda {c1},y
sta $ff
ldy #{c4}
lda ({z1}),y
tay
lda {c3},y
ora $ff

View File

@ -0,0 +1,4 @@
lda ({z1}),y
tay
lda {c1},y
and #{c2}

View File

@ -1,6 +1,4 @@
asl
asl
asl
asl
asl
asl
ror
ror
ror
and #$c0