1. Annotate the following MIPS instructions to indicate source registers and destination registers. A source register is
Posted: Mon Mar 21, 2022 4:49 pm
1. Annotate the following MIPS instructions to indicate source
registers and destination registers. A source register is read
during the instruction's execution, while a destination register is
written during the instruction's execution.
1. add $t1, $t2, $t3
2. sub $t1, $t2, $t1
3. addi $t4, $zero, 100
4. lw $t1, 8($gp)
5. sw $t3, 12($s4)
6. bne $s1, $s2, loop1
please help my assembly question.
registers and destination registers. A source register is read
during the instruction's execution, while a destination register is
written during the instruction's execution.
1. add $t1, $t2, $t3
2. sub $t1, $t2, $t1
3. addi $t4, $zero, 100
4. lw $t1, 8($gp)
5. sw $t3, 12($s4)
6. bne $s1, $s2, loop1
please help my assembly question.