From 8a2d1dc5c8b6639985d26d1c915048d87d52426b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 18 Oct 2020 16:59:54 +0200 Subject: Added xor, mov, jmp --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3