1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-15 16:30:02 +00:00

Added some fragments.

This commit is contained in:
jespergravgaard 2022-04-02 10:24:24 +02:00
parent d4b68806f8
commit e15c02839d
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,7 @@
lda ({z1}),y
tay
lda {c1},y
ror
ror
ror
and #$c0

View File

@ -0,0 +1,5 @@
lda ({z1}),y
tay
lda {c1},y
lsr
lsr

View File

@ -0,0 +1,7 @@
lda ({z1}),y
tay
lda {c1},y
lsr
lsr
lsr
lsr

View File

@ -0,0 +1,5 @@
sta $ff
lda ({z1}),y
tay
lda {c1},y
ora $ff

View File

@ -0,0 +1,4 @@
lda ({z2}),y
tay
lda {c1},y
ora {z1}