1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-02-05 21:30:52 +00:00

Added missing fragments.

This commit is contained in:
jespergravgaard 2021-06-21 14:29:35 +02:00
parent 866460d942
commit 4628870166
6 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,3 @@
sta {m1}+1
lda {m2}
sta {m1}

View File

@ -0,0 +1,3 @@
stx {m1}+1
ldx {m2}
stx {m1}

View File

@ -0,0 +1,3 @@
sty {m1}+1
ldy {m2}
sty {m1}