MIPS Input floating point number -


how take in input of floating number in mips? have tried using:

li.s $f0, 6  syscall 

but keep getting there error line.

li $v0, 6

syscall

//the float value read in $f0 register


Comments