... <看更多>
mips ori 在 what is the use of ori in this part of MIPS code? - Stack Overflow 的推薦與評價
相關內容
-
What is the different between or and ori in assembly language?
-
What's the difference between using ori and addi to initialize a ...
-
Set all bits of a register to 1, can ORI do that? - Stack Overflow
-
can the mips pseudo-instruction la be replace by a single ...
-
stackoverflow.com 的其他相關資訊
-
What is the different between or and ori in assembly language?
-
What's the difference between using ori and addi to initialize a ...
-
Set all bits of a register to 1, can ORI do that? - Stack Overflow
-
can the mips pseudo-instruction la be replace by a single ...
-
stackoverflow.com 的其他相關資訊
mips ori 在 [問題] 一個MIPS指令的問題- 看板ASM - 批踢踢實業坊 的推薦與評價
有個陣列的起始位址是 十進位的 4000000
換成二進位是 0000 0000 0011 1101 0000 1001 0000 0000
指令說要把這個載入
用了下列兩個指令
lui t1 0000 0000 0011 1101
ori t1 t1 0000 1001 0000 0000
我看不懂第二個為什麼是用ori欸
上來問一下 看有沒有高手解答一下
謝謝囉 感恩
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.141.170.12
... <看更多>