From 6561fd2f7a8e81ab648e5630c41dc17c379598b1 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 8 May 2023 20:10:37 +0300 Subject: Impl SBCD --- test.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.bash') diff --git a/test.bash b/test.bash index d2cb46f..0a70201 100644 --- a/test.bash +++ b/test.bash @@ -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" -- cgit v1.2.3