From 6ab3715ee2622e293f7c4924511f31347b327e6e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Nov 2020 10:35:00 +0100 Subject: Implement inc instruction, support 64 bit regs --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d3575f..de84081 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ PROGSRC=\ asm/chunk.cpp \ asm/encode.cpp \ asm/intel64/add.cpp \ + asm/intel64/inc.cpp \ asm/intel64/int.cpp \ asm/intel64/jmp.cpp \ asm/intel64/mov.cpp \ -- cgit v1.2.3