these are my code lines:
li $v0, 6 # select read_float
syscall # run read_float
jal p4 # run println
mfc1 $f4, $v0
The compiler gives the following error:
spim: (parser) syntax error on line 132 of file /home/robertina/Scrivania/Labo Spim/mioprogetto/mioprogetto.s mfc1 $f4, $v0
does anybody know why this lines don't work properly?