diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-11-28 12:08:10 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-11-28 12:08:10 +0100 | 
| commit | 108569319d85a1832700f70ae6c93d7e926dfa92 (patch) | |
| tree | 497d1db278ca65c65afaf03ec8c3a93f8f1a3a09 /Makefile | |
| parent | f82ed28acbbbf10a243e44dcbc4ddeebc0dde446 (diff) | |
Implemented SETcc - Set Byte On Condition
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -74,6 +74,7 @@ PROGSRC=\      asm/intel64/ror.cpp \      asm/intel64/sal_shl.cpp \      asm/intel64/sar.cpp \ +    asm/intel64/setcc.cpp \      asm/intel64/shr.cpp \      asm/intel64/sub.cpp \      asm/intel64/trivials.cpp \ | 
