Fix table formatting in insns/README.md

pull/2/head
Donald Sebastian Leung 2020-08-06 14:45:51 +08:00
parent 7c420cce7a
commit 9a3cb8e88a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## Instructions
| Instruction type | Instructions |
| --- | --- |
| R-type | ADD, ADDW, AND, DIV, DIVU, DIVUW, DIVW, MUL, MULH, MULHSU, MULHU, MULW, OR, REM, REMU, REMUW, REMW, SLL, SLLW, SLT, SLTU, SRA, SRAW, SRL, SRLW, SUB, SUBW, XOR |
| I-type | ADDI, ADDIW, ANDI, JALR, LB, LBU, LD, LH, LHU, LW, LWU, ORI, SLTI, SLTIU, XORI |
| I-type (shift variation) | SLLI, SLLIW, SRAI, SRAIW, SRLI, SRLIW |