From 8f28495ab9a8ebf53868405541e907394895e51f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 17 Oct 2020 21:45:37 +0200 Subject: Add add --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 463598f..e406833 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,11 @@ endif PROGSRC=\ asm/assembler.cpp \ asm/chunk.cpp \ + asm/intel64/add.cpp \ asm/intel64/int.cpp \ asm/intel64/nop.cpp \ asm/intel64/ret.cpp \ + asm/intel64/codes.cpp \ asm/operators.cpp \ asm/segment.cpp \ bnf.cpp \ -- cgit v1.2.3