summaryrefslogtreecommitdiff
path: root/instructions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'instructions.txt')
-rw-r--r--instructions.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/instructions.txt b/instructions.txt
index 038c6ab..03b13cf 100644
--- a/instructions.txt
+++ b/instructions.txt
@@ -40,9 +40,11 @@ mov byte [rbx], al
mov al, byte [rbx]
>8a 03
mov rax, qword [rbp+imm32]
->48 8b 85 IMM32 (note: imm may be negative)
+>48 8b 85 IMM32 (note: imm may be negative)
+lea rax, [rbp+imm32]
+>48 8d 85 IMM32 (note: imm may be negative)
mov qword [rbp+imm32], rax
->48 89 85 IMM32 (note: imm may be negative)
+>48 89 85 IMM32 (note: imm may be negative)
mov qword [rsp+imm32], rax
>48 89 84 24 IMM32 (note: imm may be negative)
mov qword [rsp], rbp