From 2f373f72582610f40b7219a7b7d64b7c7534f160 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 8 May 2023 20:26:20 +0300 Subject: Impl ABCD --- test.bash | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index 0a70201..a6f25d7 100644 --- a/test.bash +++ b/test.bash @@ -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 # -- cgit v1.2.3