aboutsummaryrefslogtreecommitdiff
path: root/triscv/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-03-31 23:10:44 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-03-31 23:10:44 +0300
commitab276c733ce9dc80983e5c8ae5c530e1477cf990 (patch)
treeef5da32c91d27da7a53a26e8d501f0ea616558c8 /triscv/README.md
parenta152fbd956cc9cb9c05a233abe004ba3d12767a0 (diff)
downloadtri-ab276c733ce9dc80983e5c8ae5c530e1477cf990.tar.gz
tri-ab276c733ce9dc80983e5c8ae5c530e1477cf990.zip
implement more meta instructions
+ Also have a working draft of ABI names for registers, matches qbt currently but should probably codify somewhere
Diffstat (limited to 'triscv/README.md')
-rw-r--r--triscv/README.md4
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