summaryrefslogtreecommitdiffstats
path: root/test/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.asm')
-rw-r--r--test/test.asm11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/test.asm b/test/test.asm
index 80de3f5..a03a156 100644
--- a/test/test.asm
+++ b/test/test.asm
@@ -2,16 +2,13 @@ stdin X1 Y1
stdout X3 Y1
tpu X1 Y1
- mov acc, bak
-label:
- goto label
+ mov UP, RIGHT
end
tpu X2 Y1
- mov UP, RIGHT
- mov RIGHT
+ mov LEFT, RIGHT
end
tpu X3 Y1
-
-edn
+ mov LEFT, DOWN
+end