summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-28 11:53:02 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-28 11:53:02 +0100
commitf82ed28acbbbf10a243e44dcbc4ddeebc0dde446 (patch)
tree3c6cd46022b1e10eb6f2727e800a5ccd1f5ee69c /Makefile
parent541a2dffdcb02063f71d21af22aebbd293c9e49f (diff)
Implemented CMOVcc - Conditional Move
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb1bd62..f1bb23a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ PROGSRC=\
asm/intel64/bsf.cpp \
asm/intel64/bsr.cpp \
asm/intel64/cmp.cpp \
+ asm/intel64/cmovcc.cpp \
asm/intel64/dec.cpp \
asm/intel64/div.cpp \
asm/intel64/idiv.cpp \