From ab276c733ce9dc80983e5c8ae5c530e1477cf990 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 31 Mar 2024 23:10:44 +0300 Subject: implement more meta instructions + Also have a working draft of ABI names for registers, matches qbt currently but should probably codify somewhere --- triscv/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'triscv/README.md') 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 -- cgit v1.3