From 00038b83f7bfc0523ef06139498eadea67b16e22 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 1 May 2023 14:45:22 +0300 Subject: Impl TAS and TST --- test.bash | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test.bash') diff --git a/test.bash b/test.bash index fe3800d..57681e9 100644 --- a/test.bash +++ b/test.bash @@ -93,6 +93,15 @@ run_test_iterative() { done } +# 4axx +# +run_test_simple "tas Dn" "\x4a\xc2" +run_test_simple "tstb Dn" "\x4a\x02" +run_test_simple "tstw Dn" "\x4a\x42" +run_test_simple "tstl Dn" "\x4a\x82" +run_test_expect_short "tas (d16,PC)" "\x4a\xfa\xff\xff" +run_test_expect_short "tas (d8,PC,Xi)" "\x4a\xfb\x00\x00" + # 4xxx # run_test_simple "negxb Dn" "\x40\x04" -- cgit v1.2.3