summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-28 12:38:49 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-28 12:38:49 +0100
commita632cce380a853f5400111e19e1380982ed8a7fd (patch)
tree4ac1276ae528cb1395cbe4e31346799af1c4dabf /Makefile
parent108569319d85a1832700f70ae6c93d7e926dfa92 (diff)
Implemented MOVSX - Move With Sign-Extension
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5394354..a58b18c 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ PROGSRC=\
asm/intel64/int.cpp \
asm/intel64/jmp.cpp \
asm/intel64/mov.cpp \
+ asm/intel64/movsx.cpp \
asm/intel64/mul.cpp \
asm/intel64/neg.cpp \
asm/intel64/not.cpp \