1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00

Added a few fragments

This commit is contained in:
jespergravgaard 2021-06-06 21:41:35 +02:00
parent a24cc6267a
commit 1715e4f5ba
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
sty $ff
lda ({z1}),y
tay
lda ({z2}),y
ldy $ff
sta ({z1}),y

View File

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