From 108569319d85a1832700f70ae6c93d7e926dfa92 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 28 Nov 2020 12:08:10 +0100 Subject: Implemented SETcc - Set Byte On Condition --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3