What is the difference between these programs?
A:
addi $t0, $zero, 10
sll $s0, $t0, 2
lw $s1, 0($s0)
B:
addi $t0, $zero, 5
sll $t1, $t0, 3
add $s0, $s0, t1
lw $s1, 0($s0)
What is the difference between these programs?
A:
addi $t0, $zero, 10
sll $s0, $t0, 2
lw $s1, 0($s0)
B:
addi $t0, $zero, 5
sll $t1, $t0, 3
add $s0, $s0, t1
lw $s1, 0($s0)
* השאלה נוספה בתאריך: 19-03-2024