summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
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 b4dd6ac..cfa3aab 100644
--- a/test.bash
+++ b/test.bash
@@ -93,6 +93,11 @@ run_test_iterative() {
done
}
+# 48xx ext
+#
+run_test_simple "extw %d7" "\x48\x87"
+run_test_simple "extl %d4" "\x48\xc4"
+
# exxx asl, asr, lsl, lsr, roxl, roxr, rol, ror
#
run_test_simple "asrb Dn, Dn" "\xe2\x22"