From 92206c93690c5658928c9f8b1324e1a455e1a453 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 18:57:00 +0200 Subject: add cond_jump instruction together with bench --- tests/stack_machine_cond_jump/words_to_verify.mem | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/stack_machine_cond_jump/words_to_verify.mem (limited to 'tests/stack_machine_cond_jump/words_to_verify.mem') diff --git a/tests/stack_machine_cond_jump/words_to_verify.mem b/tests/stack_machine_cond_jump/words_to_verify.mem new file mode 100644 index 0000000..aa047b5 --- /dev/null +++ b/tests/stack_machine_cond_jump/words_to_verify.mem @@ -0,0 +1,6 @@ +// address value + 00400 0 // verify the first number written + + 00408 2 // verify a number in the middle + + 0041C 7 // verify the last number -- cgit v1.2.3