04b initial readme, guessing game, compiler fixes
This commit is contained in:
parent
3e73f6625c
commit
4cd2b7047c
8 changed files with 625 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue