1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-17 01:55:22 +00:00

Added 2 fragments from Travis Fisher

This commit is contained in:
jespergravgaard 2019-10-03 10:45:48 +02:00
parent 812546d603
commit d60a275a68
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
lda {c2},x
sta {c1}
lda {c2}+1,x
sta {c1}+1

View File

@ -0,0 +1,4 @@
lda {c2},y
sta {c1}
lda {c2}+1,y
sta {c1}+1