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
.
Sep 07, 2024
Sep 07, 2024
Sep 06, 2024
33 words, 1 min read
Last updated on Aug 30, 2024
🌟 Edit This Page! 🗓️ History
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
.