From f37a50d6cfe86e6f5ebe368c0868878fd72aa884 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 18:32:44 +0200 Subject: add jump instruction together with bench --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98631ef..454b499 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ STACK_MACHINE_TESTS := \ add \ sub \ div \ - mul + mul \ + jump # Add other tests here if You need TESTS := \ -- cgit v1.2.3