lea dest, src
Used to store pointers to addresses in memory.
Moves the address of src into dest.
Example
lea rax, [rip+0x20040]
- rax will then take on the value of that address
lea dest, src
Used to store pointers to addresses in memory.
Moves the address of src into dest.
lea rax, [rip+0x20040]