Question: Could you explain how to pass items through the stack using base+offset addressing in masm? particularly when passing constants(eg. MAX=400). I am trying to understand
Could you explain how to pass items through the stack using base+offset addressing in masm? particularly when passing constants(eg. MAX=400). I am trying to understand how to do it without doing something like mov edx,offset max writestring etc I want to do it using mov edx,offset [ebp+such and such] My other issue is I can't seem to track the ebp correctly with other procedures. thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
