From 32e19781c554c83643fcab4c4f39a6a552c367f5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 10 Nov 2020 20:05:04 +0100 Subject: Implemented dec, mul, imul --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be048c4..e02d92d 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,13 @@ PROGSRC=\ asm/assembler.cpp \ asm/chunk.cpp \ asm/intel64/add.cpp \ + asm/intel64/dec.cpp \ asm/intel64/inc.cpp \ + asm/intel64/imul.cpp \ asm/intel64/int.cpp \ asm/intel64/jmp.cpp \ asm/intel64/mov.cpp \ + asm/intel64/mul.cpp \ asm/intel64/nop.cpp \ asm/intel64/ret.cpp \ asm/intel64/xor.cpp \ -- cgit v1.2.3