summaryrefslogtreecommitdiff
path: root/instructions.txt
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-06 23:29:59 -0500
committerpommicket <pommicket@gmail.com>2022-01-06 23:30:24 -0500
commit4cd2b7047c19e45dc2e664bb6666ee1f288b126c (patch)
treefca1460e2662c042ecc1ab0ecda4948bd8b139d5 /instructions.txt
parent3e73f6625cf4ee1c0ac7263d293dcc62fcc53597 (diff)
04b initial readme, guessing game, compiler fixes
Diffstat (limited to 'instructions.txt')
-rw-r--r--instructions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/instructions.txt b/instructions.txt
index 39bc1b6..4758835 100644
--- a/instructions.txt
+++ b/instructions.txt
@@ -43,6 +43,8 @@ mov rax, qword [rbp+imm32]
>48 8b 85 IMM32 (note: imm may be negative)
lea rax, [rbp+imm32]
>48 8d 85 IMM32 (note: imm may be negative)
+lea rsp, [rbp+imm32]
+>48 8d a5 IMM32 (note: imm may be negative)
mov qword [rbp+imm32], rax
>48 89 85 IMM32 (note: imm may be negative)
mov qword [rsp+imm32], rax