Abstract


What is the purpose of register zero?

We can use it to assign the value of one variable to another, like add $s0, $s1, $zero, which is equivalent to $s0 = $s1.