Update README.md
This commit is contained in:
parent
a515938780
commit
2ab62a6f79
|
@ -71,6 +71,13 @@ Below is a list of instructions currently supported by this port of the riscv-fo
|
||||||
- `InsnSb`: SB instruction
|
- `InsnSb`: SB instruction
|
||||||
- `InsnSh`: SH instruction
|
- `InsnSh`: SH instruction
|
||||||
- `InsnSw`: SW instruction
|
- `InsnSw`: SW instruction
|
||||||
|
- `InsnRV32ISBType`: RV32I SB-Type Instruction
|
||||||
|
- `InsnBeq`: BEQ instruction
|
||||||
|
- `InsnBne`: BNE instruction
|
||||||
|
- `InsnBlt`: BLT instruction
|
||||||
|
- `InsnBge`: BGE instruction
|
||||||
|
- `InsnBltu`: BLTU instruction
|
||||||
|
- `InsnBgeu`: BGEU instruction
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue