From 49958226104c17792ff61d664a4fc06e595ee5a5 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 30 Apr 2023 02:08:33 +0300 Subject: Impl STOP just for the sake of implementing it --- test.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.bash') diff --git a/test.bash b/test.bash index a065465..0a429c6 100644 --- a/test.bash +++ b/test.bash @@ -205,6 +205,11 @@ run_test_simple "reset" "\x4e\x70" # nop run_test_simple "nop" "\x4e\x71" +# 4e72 xxxx +# +run_test_simple "stop #8:w" "\x4e\x72\x00\x08" +run_test_simple "stop #ffff:w" "\x4e\x72\xff\xff" + # 4e73 # # rte -- cgit v1.2.3