Answer:
Instruction 1 , It should store the content of s2 intot the stack.
Hence instruction will be sw $s2,0($sp)
Instruction 2 , It will check if the value of t2 is one or not. If it is zero it should exit.
Hence instruction will be beq $t2,$zero,exitFib
Step-by-step explanation: