summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-13 17:50:02 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-13 17:50:02 +0100
commit009e450626194299ee4b5ccb8463ac64e127fde6 (patch)
treecb30ab5684f0af0061d042068cbf7e361584590f /Makefile
parent97b8d5bb3c9fd96251e89539d122d2331a2a7925 (diff)
Added push and pop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0688f4a..6c646c0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ PROGSRC=\
asm/intel64/jmp.cpp \
asm/intel64/mov.cpp \
asm/intel64/mul.cpp \
+ asm/intel64/pop.cpp \
+ asm/intel64/push.cpp \
asm/intel64/sub.cpp \
asm/intel64/trivials.cpp \
asm/intel64/xor.cpp \