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 Quote Link to comment https://forums.phpfreaks.com/topic/45383-assembly-help-needed-badly/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.