Text only
|
Text with Images
Valhalla Legends Archive
Programming => General Programming => Assembly Language (any cpu) => Topic started by: iago on May 12, 2007, 05:43 PM
Title:
Funny lea
Post by:
iago
on
May 12, 2007, 05:43 PM
lea esp, [esp+0]
Is that some trick that I'm not familiar with? It seems to me that it would do nothing, but I see it in code..
Title:
Re: Funny lea
Post by:
Skywing
on
May 12, 2007, 06:07 PM
Multi-byte nop.
Title:
Re: Funny lea
Post by:
iago
on
May 12, 2007, 06:14 PM
I knew it wasn't doing anything! Thanks.
Text only
|
Text with Images