Question: For any given (nested) procedure in MIPS we should be able to push and pop any variables it might want onto the stack and then

  1. For any given (nested) procedure in MIPS we should be able to push and pop any variables it might want onto the stack and then restore them. Write a MIPS macro for Push and a second macro for Pop that would push 3 registers ($s0, $s1, $s2) onto the stack and then pop them off in the correct order. Your program doesnt need to actually do anything with those variables though. The stack pointer should be correctly restored at the end 3marks

  1. Write a program that creates an array in MIPS to hold floating point values 1.1, 2. 3.3, 4.4 and 5.5, and then uses a loop to print off the elements of the array the elements of the array. (MIPS prints floats from $f12) 3 marks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!