Lab 10: Print Stack Frames

Write a program that print all the information that could inferred from the last two stack frames. Obligatory, show the size of the stack frame, the size of local variable area, the size of parameters area, as the return address of the frame. Use the architecture of your choice, and if some of this information couldnĀ“t be inferred in this architecture, explain why.