Answer from cs61c-cq (Shijie Li 15959617) for Question 2 1). push registers with values into stack 2). call the functions 3). pop out the values 4). return the call I think in MIPS the function must save any temporate registers that it may be using onto the stack before making a call. scheme cannot do that.