1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-10 11:25:09 +00:00

Added missing fragments. Closes #277

This commit is contained in:
jespergravgaard
2019-08-21 17:18:16 +02:00
parent 124f2b4d85
commit dd5c06b9f9
5 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1 @@
and {z1}

View File

@@ -0,0 +1 @@
and {z1}

View File

@@ -0,0 +1 @@
ora {z1}

View File

@@ -0,0 +1 @@
ora {z1}

View File

@@ -0,0 +1,8 @@
lda {z2}
sta {z1}
lda {z2}+1
sta {z1}+1
lda {z2}+2
sta {z1}+2
lda {z2}+3
sta {z1}+3