04b initial readme, guessing game, compiler fixes

This commit is contained in:
pommicket 2022-01-06 23:29:59 -05:00
parent 3e73f6625c
commit 4cd2b7047c
8 changed files with 625 additions and 103 deletions

View file

@ -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