Question: If not using pushad/popad in a procedure, then some form of the following code, with ebp as the stack frame pointer is used. Since ebp
If not using pushad/popad in a procedure, then some form of the following code, with ebp as the stack frame pointer is used. Since ebp is set equal to esp , why not just use esp as the stack frame pointer?
push ebp mov ebp,esp ; ... pop ebp ret
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
