summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2022-01-26 22:06:26 +0100
committerGustav Sörnäs <gustav@sornas.net>2022-01-26 22:06:26 +0100
commitf097a96433677e05b00ac5085afd5ed27bd0af45 (patch)
tree518831252b112480df6c993ab2d38f1bb35d8c75
parent0a76e13deb6b2bd8e34c1cf26254041f873552e9 (diff)
downloadtsea83-f097a96433677e05b00ac5085afd5ed27bd0af45.tar.gz
"and" correct order
-rw-r--r--lab1ucode.in4
-rw-r--r--lab1ucode.out4
2 files changed, 4 insertions, 4 deletions
diff --git a/lab1ucode.in b/lab1ucode.in
index d1b8283..b95a965 100644
--- a/lab1ucode.in
+++ b/lab1ucode.in
@@ -35,8 +35,8 @@ ar-grx->ar
ar->grx, 0->upc
and:
-pm->ar
-ar&grx->ar
+grx->ar
+ar&pm->ar
ar->grx, 0->upc
lsr:
diff --git a/lab1ucode.out b/lab1ucode.out
index c6fe8a4..51f0a52 100644
--- a/lab1ucode.out
+++ b/lab1ucode.out
@@ -27,8 +27,8 @@ prog:
19: 0b80000
1a: 0130000
1b: 0000180
-1c: 0280000
-1d: 0d80000
+1c: 0380000
+1d: 0c80000
1e: 0130000
1f: 0000180
20: 0380000