RISC-V how ANDI works

后端 未结 0 666
你的背包
你的背包 2020-12-14 08:00

I\'ve a problem with understanding how andi instruction works. For example, I\'ve simple code:

lui     x1, 0b0011
andi    x2, x1, 0b0010
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题