Hacker News new | ask | show | jobs
by dataflow 200 days ago
I assumed they're referring to register-register moves?
1 comments

OK, so:

LEA eax, [ebx]

instead of:

MOV eax, ebx

But of course:

MOV eax, [ebx]

is not the same.