2. Given the program shown below, translate the jal machine language. fn statement to o start: jal fn # call the funct
Posted: Fri Apr 29, 2022 6:57 am
2. Given the program shown below, translate the jal machine language. fn statement to o
start: jal fn # call the function bne $t0, $0, done addi $t0, $t0, -1 done: jr $ra fn: addi $t3, $t3, 5 jr $ra
start: jal fn # call the function bne $t0, $0, done addi $t0, $t0, -1 done: jr $ra fn: addi $t3, $t3, 5 jr $ra