diff options
author | Oxore <oxore@protonmail.com> | 2023-05-08 20:10:37 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-08 20:10:37 +0300 |
commit | 6561fd2f7a8e81ab648e5630c41dc17c379598b1 (patch) | |
tree | 68e30ead6098cccdb6efd08501ad5941aca60f71 /test.bash | |
parent | 98b3bfcc18cedb42b47fbb63ea4068993434dd5f (diff) |
Impl SBCD
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 } +# 8xxx sbcd +# +run_test_simple "sbcdb Dn, Dn" "\x81\x01" +run_test_simple "sbcdb -(An), -(An)" "\x81\x01" + # 8xxx or # run_test_simple "orb Dn, Dn" "\x84\x01" |