From 1429da758d47cef110e86824380f77d7d5aa02ff Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 1 May 2023 13:45:29 +0300 Subject: Impl MOVE USP, LINK, UNLK and ILLEGAL --- test.bash | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test.bash') diff --git a/test.bash b/test.bash index f503abe..371f535 100644 --- a/test.bash +++ b/test.bash @@ -93,6 +93,18 @@ run_test_iterative() { done } +# 4e5x +# +run_test_simple "linkw positive" "\x4e\x52\x01\x00" +run_test_simple "linkw negative" "\x4e\x52\xff\xff" +run_test_simple "linkw negative" "\x4e\x52\x80\x00" +run_test_simple "unlk" "\x4e\x5a" + +# 4e6x +# +run_test_simple "move to USP" "\x4e\x62" +run_test_simple "move from USP" "\x4e\x6f" + # 40c0..40ff # run_test_simple "move from SR" "\x40\xc1" -- cgit v1.2.3