diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:32:44 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:38:27 +0200 |
commit | f37a50d6cfe86e6f5ebe368c0868878fd72aa884 (patch) | |
tree | 22c8298f9c20a6817036ecf8f6d905fe5d6fa894 /Makefile | |
parent | 8d92524d4c46493ad83ebd493dabd3f88e11037b (diff) | |
download | AGH-engineering-thesis-f37a50d6cfe86e6f5ebe368c0868878fd72aa884.tar.gz AGH-engineering-thesis-f37a50d6cfe86e6f5ebe368c0868878fd72aa884.zip |
add jump instruction together with bench
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ STACK_MACHINE_TESTS := \ add \ sub \ div \ - mul + mul \ + jump # Add other tests here if You need TESTS := \ |