Question: Show how the following MIPS program would be loaded into memory and executed. # MIPS assembly code main: addi $sp, $sp, 4 sw $ra, 0($sp)
Show how the following MIPS program would be loaded into memory and executed. # MIPS assembly code main:
addi $sp, $sp, 4 sw $ra, 0($sp) lw $a0, x lw $a1, y
jal diff lw $ra, 0($sp) addi $sp, $sp, 4 jr $ra
diff: sub $v0, $a0, $a1
jr $ra
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
