summaryrefslogtreecommitdiffstats
path: root/test/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.asm')
-rw-r--r--test/test.asm20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/test.asm b/test/test.asm
deleted file mode 100644
index c005c81..0000000
--- a/test/test.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-stdin X1 Y1
-stdout X3 Y2
-
-tpu X1 Y1
- mov UP, RIGHT
-end
-
-tpu X2 Y1
- mov LEFT, ACC
- and 127
- mov ACC, RIGHT
-end
-
-tpu X3 Y1
- mov LEFT, DOWN
-end
-
-tpu X3 Y2
- mov UP, DOWN
-end