Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mips で 2 つの浮動小数点数を乗算するにはどうすればよいですか? 私は次のコードを書きました:
mul.s $f0,$f1,$f0 mflo $f0
しかし、2 番目のステートメントでエラーが発生します。
$f0すでに結果が含まれています。2 番目のステートメントは必要ありません。
$f0