From d5c877247834fc25689ca6cf7530cd8d1b870d3a Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 17:20:38 +0200 Subject: add swap instruction together with bench --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0c2a17..dfeb4f9 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ STACK_MACHINE_TESTS := \ load_store \ multiinstructions_load_store \ tee \ + swap \ add \ sub -- cgit v1.2.3