diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-17 21:45:37 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-17 21:45:37 +0200 |
commit | 8f28495ab9a8ebf53868405541e907394895e51f (patch) | |
tree | 51b27870ed64522e1d54e4f031276e18fe181ee8 /Makefile | |
parent | 72ff79d76c7ec16ea1b95c72af0838f0e1150735 (diff) |
Add add
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |