summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-08 20:10:37 +0300
committerOxore <oxore@protonmail.com>2023-05-08 20:10:37 +0300
commit6561fd2f7a8e81ab648e5630c41dc17c379598b1 (patch)
tree68e30ead6098cccdb6efd08501ad5941aca60f71 /test.bash
parent98b3bfcc18cedb42b47fbb63ea4068993434dd5f (diff)
Impl SBCD
Diffstat (limited to 'test.bash')
-rw-r--r--test.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index d2cb46f..0a70201 100644
--- a/test.bash
+++ b/test.bash
@@ -93,6 +93,11 @@ run_test_iterative() {
done
}
+# 8xxx sbcd
+#
+run_test_simple "sbcdb Dn, Dn" "\x81\x01"
+run_test_simple "sbcdb -(An), -(An)" "\x81\x01"
+
# 8xxx or
#
run_test_simple "orb Dn, Dn" "\x84\x01"