From c12ef2015384fd7f35150f058dfb3b3df46dcd2c Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 8 May 2023 15:55:37 +0300 Subject: Impl EXT --- test.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.bash') 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" -- cgit v1.2.3