diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-27 22:51:50 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-27 22:51:50 +0100 |
commit | 541a2dffdcb02063f71d21af22aebbd293c9e49f (patch) | |
tree | bf061c9af91d814fc9888c26ef4c34c0b8fa87d8 /Makefile | |
parent | f9885f48fc968c4122f2ed231a7a48938cc7206c (diff) |
Added CMP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ PROGSRC=\ asm/intel64/and.cpp \ asm/intel64/bsf.cpp \ asm/intel64/bsr.cpp \ + asm/intel64/cmp.cpp \ asm/intel64/dec.cpp \ asm/intel64/div.cpp \ asm/intel64/idiv.cpp \ |