summaryrefslogtreecommitdiffstats
path: root/lab1-test.in
diff options
context:
space:
mode:
Diffstat (limited to 'lab1-test.in')
-rw-r--r--lab1-test.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/lab1-test.in b/lab1-test.in
deleted file mode 100644
index 82ad549..0000000
--- a/lab1-test.in
+++ /dev/null
@@ -1,25 +0,0 @@
-bra yes
-
-no:
-load 0 1
-00ee
-store 0 0 1a
-halt
-
-yes2:
-load 0 1
-00ff
-store 0 0 1b
-halt
-
-yes:
-load 0 1
-00ff
-store 0 0 1a
-bra yes2
-
-no2:
-load 0 1
-00ee
-store 0 0 1b
-halt