Complete the stack frame given the following assembly code. Make sure to fill in the stack addresses that are not already complete and any other blank spaces. For fall credit, all spaces should be filled. Given: esp=0 times 18c00, ebp = 0 times 18c04, eip = 0 times 401A45 Given: Call to Func0 rightarrow func0(0 times c099, 0 times A9C512): The instruction at address 0 times 4019AD adds a -4 to ebp before accessing the memory location specified in the now modified ebp. What tells the CPU that the value to add to ebp is a -4?
Expert Answer
ANSWER::