首页 > 其他 > 详细

risc-v的寻址模式

时间:2020-04-02 20:14:43      阅读:437      评论:0      收藏:0      [点我收藏+]

1. Immediate addressing, where the operand is a constant within the
instruction itself.
2. Register addressing, where the operand is a register.
3. Base or displacement addressing, where the operand is at the
memory location whose address is the sum of a register and a
constant in the instruction.
4. PC-relative addressing, where the branch address is the sum of the
PC and a constant in the instruction.

技术分享图片

 

risc-v的寻址模式

原文:https://www.cnblogs.com/yiyedada/p/12621508.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!