summaryrefslogtreecommitdiff
path: root/src/arch/x86/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/instruction.h')
-rw-r--r--src/arch/x86/instruction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h
index d731279..3823a90 100644
--- a/src/arch/x86/instruction.h
+++ b/src/arch/x86/instruction.h
@@ -41,6 +41,8 @@ typedef enum _X86Opcodes
X86_OP_ADD_RM8_R8, /* add (0x00) */
X86_OP_ADD_RM1632_R1632, /* add ([0x66] 0x01) */
+ X86_OP_ADD_R1632_RM1632, /* add ([0x66] 0x03) */
+
X86_OP_SUB_R1632_RM1632, /* sub ([0x66] 0x29) */
X86_OP_SUB_AL_IMM8, /* sub (0x2c) */