Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started