皋陶 发表于 2020-8-24 11:36:01

RISC-V 六种基本指令格式

本帖最后由 皋陶 于 2020-8-27 14:01 编辑

R-typefor register用于 寄存器—寄存器 操作
I-type
used by arithmetic operands with constant operand用于 短立即数 和 访存load 操作
S-type
用于 访存store 操作
B-type
用于 条件跳转 操作
U-type
can accommodate a large constant用于 长立即数 操作
J-type
用于 无条件跳转
本篇完,感谢关注:RISC-V单片机中文网
页: [1]
查看完整版本: RISC-V 六种基本指令格式