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”或“10”传递给一个函数,该函数应该以二进制或十进制打印一些整数,具体取决于是否将 2 或 10 传递给函数. 我试图想出聪明的方法来实现这一点,但想不出任何办法,所以我来寻求帮助。谁能帮我吗?
谢谢
只需检查第 4 位是 1 还是 0。您可以对掩码使用位移位或OR运算符来执行此操作。0x00001000
OR
0x00001000