diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-28 11:53:02 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-28 11:53:02 +0100 |
commit | f82ed28acbbbf10a243e44dcbc4ddeebc0dde446 (patch) | |
tree | 3c6cd46022b1e10eb6f2727e800a5ccd1f5ee69c /Makefile | |
parent | 541a2dffdcb02063f71d21af22aebbd293c9e49f (diff) |
Implemented CMOVcc - Conditional Move
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ PROGSRC=\ asm/intel64/bsf.cpp \ asm/intel64/bsr.cpp \ asm/intel64/cmp.cpp \ + asm/intel64/cmovcc.cpp \ asm/intel64/dec.cpp \ asm/intel64/div.cpp \ asm/intel64/idiv.cpp \ |