Please show work Assume the current values in t0 and t1 are
Please show work,
Assume the current values in $t0 and $t1 are 0 and 1, respectively. What will be the content in $t0 after the following instructions?
beq $t0, $t1, L1
L0: add $t0, $t0, $t1
beq $t0, $t1, L0
L1: add $t0, $t0, $t1
Solution
3 is the answer