Question

what does the instruction clear $t0 perform in MIPS?I mean what is the actual MIPS instruction for this pseudo-instruction?

Was it helpful?

Solution

It does this:

add  $t0, $zero, $zero

Edit: I found a reference here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top