summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-25 01:59:25 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-25 01:59:25 +0200
commite32b439cfe7ca72098b2ebe9e1e93f97b7c10ada (patch)
tree3b7f06a2f897dd786b5ff2d01fa13d57057d33da /test
parent40d8eb449ed072b47bfbe953a191708f761c53a0 (diff)
downloadtis100-e32b439cfe7ca72098b2ebe9e1e93f97b7c10ada.tar.gz
tis100-e32b439cfe7ca72098b2ebe9e1e93f97b7c10ada.zip
Add inotify-based interactive file reload and fix asm parsing
Diffstat (limited to 'test')
-rw-r--r--test/test.asm8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test.asm b/test/test.asm
index ca58639..85e571c 100644
--- a/test/test.asm
+++ b/test/test.asm
@@ -1,5 +1,5 @@
stdin X1 Y1
-stdout X3 Y1
+stdout X3 Y2
tpu X1 Y1
mov UP, RIGHT
@@ -7,11 +7,13 @@ end
tpu X2 Y1
mov LEFT, ACC
- NEG
- SUB 1
mov ACC, RIGHT
end
tpu X3 Y1
mov LEFT, DOWN
end
+
+tpu X3 Y2
+ mov UP, DOWN
+end