diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,8 +49,11 @@ PROGSRC=\ asm/chunk.cpp \ asm/intel64/add.cpp \ asm/intel64/int.cpp \ + asm/intel64/jmp.cpp \ + asm/intel64/mov.cpp \ asm/intel64/nop.cpp \ asm/intel64/ret.cpp \ + asm/intel64/xor.cpp \ asm/intel64/codes.cpp \ asm/operators.cpp \ asm/segment.cpp \ |