1
ISA:RV32I
Lines:1
Ready
R-type
R-type
add rd, rs1, rs2
# Description
rd = rs1 + rs2
R-type
sub rd, rs1, rs2
# Description
rd = rs1 - rs2
I-type
I-type
addi rd, rs1, imm
# Description
rd = rs1 + imm
add rd, rs1, rs2
# Description
rd = rs1 + rs2
sub rd, rs1, rs2
# Description
rd = rs1 - rs2
addi rd, rs1, imm
# Description
rd = rs1 + imm
Use the built-in editor on the left with line number support for direct coding
Search and insert pre-formatted instructions from the library on the bottom right
Real-time encoding as you type
Encode on demand
0x00A02223
00000000101000000010001000100011
Hover to explore instruction fields