diff options
author | Oxore <oxore@protonmail.com> | 2023-05-08 20:26:20 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-08 20:26:20 +0300 |
commit | 2f373f72582610f40b7219a7b7d64b7c7534f160 (patch) | |
tree | f3eea8529fe63b8f5d9fd0f2d00ecb6a9378209c /test.bash | |
parent | 6561fd2f7a8e81ab648e5630c41dc17c379598b1 (diff) |
Impl ABCD
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -93,10 +93,15 @@ run_test_iterative() { done } +# cxxx abcd +# +run_test_simple "abcd Dn, Dn" "\xc1\x01" +run_test_simple "abcd -(An), -(An)" "\xc1\x09" + # 8xxx sbcd # run_test_simple "sbcdb Dn, Dn" "\x81\x01" -run_test_simple "sbcdb -(An), -(An)" "\x81\x01" +run_test_simple "sbcdb -(An), -(An)" "\x81\x09" # 8xxx or # |