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.
1. Annotate the following MIPS instructions to indicate source registers and destination registers. A source register is
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am