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

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -