I have a loop that ends with this
bne $f2, $zero, loop
It should return to the beginning of the loop if $f2 equals zero, but I'm getting this error.
"$f2": operand is of incorrect type
How do I compare a double value to zero?
I have a loop that ends with this
bne $f2, $zero, loop
It should return to the beginning of the loop if $f2 equals zero, but I'm getting this error.
"$f2": operand is of incorrect type
How do I compare a double value to zero?