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 /asm/intel64/all_ops.h | |
parent | f9885f48fc968c4122f2ed231a7a48938cc7206c (diff) |
Added CMP
Diffstat (limited to 'asm/intel64/all_ops.h')
-rw-r--r-- | asm/intel64/all_ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/intel64/all_ops.h b/asm/intel64/all_ops.h index 89313b2..f9dc05b 100644 --- a/asm/intel64/all_ops.h +++ b/asm/intel64/all_ops.h @@ -4,6 +4,7 @@ #include "and.h" #include "bsf.h" #include "bsr.h" +#include "cmp.h" #include "dec.h" #include "div.h" #include "idiv.h" |