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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ STACK_MACHINE_TESTS := \ sub \ div \ mul \ - jump + jump \ + cond_jump # Add other tests here if You need TESTS := \ |