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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h
index d88e971..af1c5bc 100644
--- a/src/arch/x86/instruction.h
+++ b/src/arch/x86/instruction.h
@@ -87,6 +87,9 @@ typedef enum _X86Opcodes
X86_OP_MOV_SI, /* mov (0xbe) */
X86_OP_MOV_DI, /* mov (0xbf) */
+ X86_OP_RET, /* ret (0xc3) */
+ X86_OP_LEAVE, /* leave (0xc9) */
+
X86_OP_INT, /* int (0xcd) */
X86_OP_CALL, /* call (0xe8) */