diff options
author | Oxore <oxore@protonmail.com> | 2023-04-23 22:01:36 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-23 22:01:36 +0300 |
commit | 30f24b179ced1bf47deb9edfbd4128f16dad42dd (patch) | |
tree | 26ae9d1212b79b203062dfd5d8627fa5a416c186 /test.bash | |
parent | 4aa7dc4ab65b249d36ef9f6bbfee8b842aec8348 (diff) |
Impl DBcc
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,11 @@ run_test_iterative() { done } +# 50cf xxxx +# +run_test_simple "dbt negative displacement" "\x50\xcf\xff\xfc" +run_test_simple "dbt positive displacement" "\x50\xcf\x01\x08" + # 60xx # run_test_simple "bras negative displacement" "\x60\xfc" |