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.
数値が偶数か奇数かを確認する必要があります。
私の戦略:
レジスタ値の最後の桁を 0 または 1 と比較するにはどうすればよいですか?
私は試した:
andi $t7, $t0, 0 # where $t0 = 3 in decimal so should be 0b11
それは機能しません:(ヒントはありますか?