diff options
author | Oxore <oxore@protonmail.com> | 2023-04-30 02:08:33 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-30 02:08:33 +0300 |
commit | 49958226104c17792ff61d664a4fc06e595ee5a5 (patch) | |
tree | d84d88333b2e915e11aa9d28393611aed3a8bbae /test.bash | |
parent | 97118ecb195356650a4def44ba36d026634f3f95 (diff) |
Impl STOP just for the sake of implementing it
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |