summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-18 16:59:54 +0200
committerRoland Reichwein <mail@reichwein.it>2020-10-18 16:59:54 +0200
commit8a2d1dc5c8b6639985d26d1c915048d87d52426b (patch)
tree2f3957a1c24ef35b4ec9259a6a0d97393b248a57 /Makefile
parent8f28495ab9a8ebf53868405541e907394895e51f (diff)
Added xor, mov, jmp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e406833..38e5759 100644
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,11 @@ PROGSRC=\
asm/chunk.cpp \
asm/intel64/add.cpp \
asm/intel64/int.cpp \
+ asm/intel64/jmp.cpp \
+ asm/intel64/mov.cpp \
asm/intel64/nop.cpp \
asm/intel64/ret.cpp \
+ asm/intel64/xor.cpp \
asm/intel64/codes.cpp \
asm/operators.cpp \
asm/segment.cpp \