I'm working on debugging a project for my computer architecture course, something about a 6 phase binary bomb with a hidden 7th phase.
anyway, I'm walking through the disassembled code and came across this line,
Code
mov %rdx,(%rsp,%rsi,2)
I've never seen a mov instruction like this, it looks similar to a lea instruction.
If anyone could give me a simple explanation that would great.
Thanks.