From 7b49d17f90f26394a116348befb5edcdffcedcb6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 17 Oct 2020 17:37:50 +0200 Subject: Add ret and int --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5971b19..463598f 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,11 @@ endif PROGSRC=\ asm/assembler.cpp \ asm/chunk.cpp \ - asm/segment.cpp \ + asm/intel64/int.cpp \ asm/intel64/nop.cpp \ + asm/intel64/ret.cpp \ + asm/operators.cpp \ + asm/segment.cpp \ bnf.cpp \ cpp.cpp \ cppbnf.cpp \ @@ -57,7 +60,6 @@ PROGSRC=\ elf.cpp \ file.cpp \ grammer.cpp \ - intel.cpp \ lexer.cpp \ minicc.cpp \ @@ -68,6 +70,7 @@ TESTSRC=\ test-grammer.cpp \ test-lexer.cpp \ test-minicc.cpp \ + test-asm.cpp \ googlemock/src/gmock-all.cpp \ googletest/src/gtest-all.cpp \ $(PROGSRC) -- cgit v1.2.3