1

Here are two lines of assembly code

mov  0xc(%ebp), %eax
lea  0x14(%eax), %edx

I know the first line is the same as the following in pseudo code

%eax = 0xc(%ebp)

and it's make %eax equal to the second parameter. But what is the second line trying to do?

Evan Carroll
  • 71,692
  • 44
  • 234
  • 400
KenKenKen
  • 457
  • 1
  • 5
  • 17

0 Answers0