Jump to content

Assembly help needed BADLY


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.