diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-28 12:38:49 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-28 12:38:49 +0100 |
commit | a632cce380a853f5400111e19e1380982ed8a7fd (patch) | |
tree | 4ac1276ae528cb1395cbe4e31346799af1c4dabf /Makefile | |
parent | 108569319d85a1832700f70ae6c93d7e926dfa92 (diff) |
Implemented MOVSX - Move With Sign-Extension
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ PROGSRC=\ asm/intel64/int.cpp \ asm/intel64/jmp.cpp \ asm/intel64/mov.cpp \ + asm/intel64/movsx.cpp \ asm/intel64/mul.cpp \ asm/intel64/neg.cpp \ asm/intel64/not.cpp \ |