From efd0269b55e2db03f5c12d6f47b00b0c2a57ff66 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 3 Sep 2020 20:22:41 +0200 Subject: rename stack_machine to stack_machine_old (prepare for redesign of the machine) --- tests/stack_machine_old_cond_jump/words_to_verify.mem | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/stack_machine_old_cond_jump/words_to_verify.mem (limited to 'tests/stack_machine_old_cond_jump/words_to_verify.mem') diff --git a/tests/stack_machine_old_cond_jump/words_to_verify.mem b/tests/stack_machine_old_cond_jump/words_to_verify.mem new file mode 100644 index 0000000..4b77b8a --- /dev/null +++ b/tests/stack_machine_old_cond_jump/words_to_verify.mem @@ -0,0 +1,9 @@ +// address value + 00400 0 // verify the first number written + 00402 0 + + 00408 2 // verify a number in the middle + 0040A 0 + + 0041C 7 // verify the last number + 0041E 0 -- cgit v1.2.3