1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00

Added missing fragments. Closes #251

This commit is contained in:
jespergravgaard 2019-08-10 20:49:00 +02:00
parent ffa75b1732
commit a4fc6db4c2
4 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,5 @@
lda ({z1}),y
sta {c1},y
iny
lda ({z1}),y
sta {c1},y

View File

@ -0,0 +1,5 @@
lda ({z1}),y
sta {c1},y
iny
lda ({z1}),y
sta {c1},y