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, 25 insertions, 0 deletions
diff --git a/lab1-test.in b/lab1-test.in
new file mode 100644
index 0000000..82ad549
--- /dev/null
+++ b/lab1-test.in
@@ -0,0 +1,25 @@
+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