diff options
author | Oxore <oxore@protonmail.com> | 2023-05-08 15:55:37 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-08 15:55:37 +0300 |
commit | c12ef2015384fd7f35150f058dfb3b3df46dcd2c (patch) | |
tree | ad2135ea9ddf067083303ebbbec7932d3848ec4e /test.bash | |
parent | bacac6360c7415f9632014bc82fd646f76cb2560 (diff) |
Impl EXT
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |