summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-13 09:34:45 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-13 09:34:45 +0100
commit387af55e498970975d77291374e2f5be12a040bd (patch)
tree8731c285c5476420363f6760f6814728c38d1866 /Makefile
parentbbf81cd21bbe36fe7e613e5411b9d366d8411921 (diff)
Added intel sub, div, idiv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38ce86c..4487102 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,8 @@ PROGSRC=\
asm/chunk.cpp \
asm/intel64/add.cpp \
asm/intel64/dec.cpp \
+ asm/intel64/div.cpp \
+ asm/intel64/idiv.cpp \
asm/intel64/inc.cpp \
asm/intel64/imul.cpp \
asm/intel64/int.cpp \
@@ -57,6 +59,7 @@ PROGSRC=\
asm/intel64/mul.cpp \
asm/intel64/nop.cpp \
asm/intel64/ret.cpp \
+ asm/intel64/sub.cpp \
asm/intel64/xor.cpp \
asm/intel64/codes.cpp \
asm/intel64/encode.cpp \