summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-08 15:55:37 +0300
committerOxore <oxore@protonmail.com>2023-05-08 15:55:37 +0300
commitc12ef2015384fd7f35150f058dfb3b3df46dcd2c (patch)
treead2135ea9ddf067083303ebbbec7932d3848ec4e /test.bash
parentbacac6360c7415f9632014bc82fd646f76cb2560 (diff)
Impl EXT
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"