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的寻址模式

 

相关文章:

  • 2022-01-01
  • 2021-05-20
  • 2021-05-31
  • 2022-02-06
  • 2021-09-24
  • 2021-07-20
  • 2021-09-18
  • 2021-12-17
猜你喜欢
  • 2021-08-18
  • 2021-08-06
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案