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

Added missing fragments.

This commit is contained in:
jespergravgaard 2021-03-07 01:01:41 +01:00
parent c2bfa98d8f
commit 31825bfc94
5 changed files with 13 additions and 0 deletions

View File

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

View File

@ -0,0 +1,2 @@
stx {m1}+1
sta {m1}

View File

@ -0,0 +1,2 @@
stx {m1}+1
sty {m1}

View File

@ -0,0 +1,2 @@
sty {m1}+1
sta {m1}

View File

@ -0,0 +1,2 @@
sty {m1}+1
stx {m1}