diff options
Diffstat (limited to 'triscv/README.md')
| -rw-r--r-- | triscv/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triscv/README.md b/triscv/README.md index 3b8beeb..62ad4b6 100644 --- a/triscv/README.md +++ b/triscv/README.md @@ -146,12 +146,12 @@ slli, srli (shifts work differently in balanced forms, have to be careful) lui |-----------------------------------------------------| -| imm9 | rd | LUI | U-type +| imm18 | rd | LUI | U-type |-----------------------------------------------------| auipc |-----------------------------------------------------| -| imm9 | rd | AUIPC | U-type +| imm18 | rd | AUIPC | U-type |-----------------------------------------------------| add, slt, sge, seq, sne, sll, srl, sub |
