diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-18 18:10:42 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-18 18:10:42 +0100 |
commit | 1937e301b6cd185c8ce907b9184142e82e76fda4 (patch) | |
tree | ea950d00019d4a3583fd8451fb3dc336347d4473 /asm/intel64/all_ops.h | |
parent | 031bfef600e7021c8bd72e2e663f368e7386b131 (diff) |
Implemented asm or
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 4da0a0b..89313b2 100644 --- a/asm/intel64/all_ops.h +++ b/asm/intel64/all_ops.h @@ -15,6 +15,7 @@ #include "not.h" #include "mov.h" #include "mul.h" +#include "or.h" #include "pop.h" #include "push.h" #include "rcl.h" |