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.
次の疑似命令を実装するために使用できる RISC-V 命令の最小セットを提供します。
not x5, x6 // bit-wise invert
解決:
xori x5, x6, -1