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.
たとえば、%f1 に 0x5 を割り当てたいとします。これを達成する方法は?
私は自分で答えを見つけました。
解決策は、0x05 を .data セクションに保存してから、%f1 にロードすることです。