summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-28 12:08:10 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-28 12:08:10 +0100
commit108569319d85a1832700f70ae6c93d7e926dfa92 (patch)
tree497d1db278ca65c65afaf03ec8c3a93f8f1a3a09 /Makefile
parentf82ed28acbbbf10a243e44dcbc4ddeebc0dde446 (diff)
Implemented SETcc - Set Byte On Condition
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1bb23a..5394354 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ PROGSRC=\
asm/intel64/ror.cpp \
asm/intel64/sal_shl.cpp \
asm/intel64/sar.cpp \
+ asm/intel64/setcc.cpp \
asm/intel64/shr.cpp \
asm/intel64/sub.cpp \
asm/intel64/trivials.cpp \