summaryrefslogtreecommitdiffstats
path: root/test/and.asm
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-26 17:44:50 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-26 17:44:50 +0200
commitce2b644f251d5b22dc2228a0ffc8479408c49c38 (patch)
tree78b2f7005499c65858f2372f64ccad95bf369032 /test/and.asm
parent317ef5cfe36ddb9b9ab205826132ddd227a3db01 (diff)
downloadtis100-ce2b644f251d5b22dc2228a0ffc8479408c49c38.tar.gz
tis100-ce2b644f251d5b22dc2228a0ffc8479408c49c38.zip
Add testing
Diffstat (limited to 'test/and.asm')
-rw-r--r--test/and.asm27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/and.asm b/test/and.asm
deleted file mode 100644
index c4a15a6..0000000
--- a/test/and.asm
+++ /dev/null
@@ -1,27 +0,0 @@
-stdout X1 Y1
-
-tpu X1 Y0
- mov 0, DOWN
- mov 1, DOWN
- mov 0, DOWN
- mov 1, DOWN
- MOV UP, NIL
-end
-
-tpu X0 Y1
- mov 0, RIGHT
- mov 0, RIGHT
- mov 1, RIGHT
- mov 1, RIGHT
- MOV UP, NIL
-end
-
-tpu X1 Y1
- mov 2, ACC
- sub UP
- sub LEFT
- jez H
- mov 0, DOWN
- jro 2
-H: mov 1, DOWN
-end