Hello to everyone :) I'm new here :)
I have some problems with MIPS,
I would like to aks for help or advise, how to copy/move content of the normal register of CPU unit (register like $t0,$t1 and so on) to FPU cooprocesor (register $fp0,$fp1)
I have in register $t0 and $t1 the floating point number representation and a want to print this number on the screen, but i can not use print_double because this syscall uses the floating point registers $f12 and $f13 and i do not now how to move the content between CPU registers and FPU register.
move and logical operators do not work
I ask for help :)
Thanks in advance :)