summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rw-r--r--test.bash7
1 files changed, 6 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 863e3c0..7de13cf 100644
--- a/test.bash
+++ b/test.bash
@@ -93,10 +93,15 @@ run_test_iterative() {
done
}
+# bxxx cmpm
+#
+run_test_simple "cmpmb (An)+, (An)+" "\xb1\x08"
+run_test_simple "cmpmw (An)+, (An)+" "\xb1\x48"
+run_test_simple "cmpml (An)+, (An)+" "\xb1\x88"
+
# bxxx eor
#
run_test_simple "eorb Dn, Dn" "\xb5\x01"
-run_test_expect_short "eorb Dn, An" "\xb5\x09"
run_test_simple "eorb Dn, (An)" "\xb5\x11"
run_test_simple "eorb Dn, (An)+" "\xb5\x19"
run_test_simple "eorw Dn, -(An)" "\xb5\x61"