diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-13 17:50:02 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-13 17:50:02 +0100 |
commit | 009e450626194299ee4b5ccb8463ac64e127fde6 (patch) | |
tree | cb30ab5684f0af0061d042068cbf7e361584590f /Makefile | |
parent | 97b8d5bb3c9fd96251e89539d122d2331a2a7925 (diff) |
Added push and pop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ PROGSRC=\ asm/intel64/jmp.cpp \ asm/intel64/mov.cpp \ asm/intel64/mul.cpp \ + asm/intel64/pop.cpp \ + asm/intel64/push.cpp \ asm/intel64/sub.cpp \ asm/intel64/trivials.cpp \ asm/intel64/xor.cpp \ |