From a632cce380a853f5400111e19e1380982ed8a7fd Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 28 Nov 2020 12:38:49 +0100 Subject: Implemented MOVSX - Move With Sign-Extension --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5394354..a58b18c 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ PROGSRC=\ asm/intel64/int.cpp \ asm/intel64/jmp.cpp \ asm/intel64/mov.cpp \ + asm/intel64/movsx.cpp \ asm/intel64/mul.cpp \ asm/intel64/neg.cpp \ asm/intel64/not.cpp \ -- cgit v1.2.3