StrangeWill Posted April 3, 2007 Share Posted April 3, 2007 I store two locations: [ebp+8] [ebp+4] These contain ADDRESSES. I want to be able to move from these addresses (the value of the address located at the value ebp+4, not the address of ebp+4, nor it's value) to a register (al to be exact). Any ideas? See the project demands that we use the offset, and for some reason digging through my entire textbook and as many websites as I can find, I cannot see how to move to value of the register whose value is stored at ebp+4. Basically: ebp+4 = 004000h I want the data in memory location 004000h Link to comment https://forums.phpfreaks.com/topic/45383-assembly-help-needed-badly/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.