Assembly, how to support large immediates?

前端 未结 0 1086
礼貌的吻别
礼貌的吻别 2021-01-31 16:14

In riscV assembly each command is 32 bits, for example the following command:

addi x1,x0,31

gets inturubted to:

000000011111000000         


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