diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:57:00 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:57:00 +0200 |
commit | 92206c93690c5658928c9f8b1324e1a455e1a453 (patch) | |
tree | 317283feedacfa01f5ad2340c20bfea3e42b86b4 /tests/stack_machine_cond_jump/words_to_verify.mem | |
parent | f37a50d6cfe86e6f5ebe368c0868878fd72aa884 (diff) | |
download | AGH-engineering-thesis-92206c93690c5658928c9f8b1324e1a455e1a453.tar.gz AGH-engineering-thesis-92206c93690c5658928c9f8b1324e1a455e1a453.zip |
add cond_jump instruction together with bench
Diffstat (limited to 'tests/stack_machine_cond_jump/words_to_verify.mem')
-rw-r--r-- | tests/stack_machine_cond_jump/words_to_verify.mem | 6 |
1 files changed, 6 insertions, 0 deletions
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 |