aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-05 17:20:38 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-05 17:20:38 +0200
commitd5c877247834fc25689ca6cf7530cd8d1b870d3a (patch)
tree261c4382f22f4a0918a60f4e899b0e41850b4636 /Makefile
parentba4d97ddc2133c905e668c2f916cf3b14be4e35d (diff)
downloadAGH-engineering-thesis-d5c877247834fc25689ca6cf7530cd8d1b870d3a.tar.gz
AGH-engineering-thesis-d5c877247834fc25689ca6cf7530cd8d1b870d3a.zip
add swap instruction together with bench
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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