summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-27 22:51:50 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-27 22:51:50 +0100
commit541a2dffdcb02063f71d21af22aebbd293c9e49f (patch)
treebf061c9af91d814fc9888c26ef4c34c0b8fa87d8 /Makefile
parentf9885f48fc968c4122f2ed231a7a48938cc7206c (diff)
Added CMP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd8347d..eb1bd62 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ PROGSRC=\
asm/intel64/and.cpp \
asm/intel64/bsf.cpp \
asm/intel64/bsr.cpp \
+ asm/intel64/cmp.cpp \
asm/intel64/dec.cpp \
asm/intel64/div.cpp \
asm/intel64/idiv.cpp \