From 30f24b179ced1bf47deb9edfbd4128f16dad42dd Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 23 Apr 2023 22:01:36 +0300 Subject: Impl DBcc --- test.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.bash') diff --git a/test.bash b/test.bash index 1ac1bb1..5b35eec 100644 --- a/test.bash +++ b/test.bash @@ -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" -- cgit v1.2.3