From 38a31d663cc044731d740520f0091822bafeee4c Mon Sep 17 00:00:00 2001 From: Thomas Hepworth Date: Thu, 26 Oct 2023 10:42:34 +0100 Subject: Clarified syntax of regular instructions See https://github.com/riscv/riscv-opcodes/issues/204 Before this change the text implied that bit encodings and variable arguments could not be mixed in the list of instruction arguments. Signed-off-by: Thomas Hepworth --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec6003..9657484 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,10 @@ Instruction syntaxes used in this project are broadly categorized into three: - **regular instructions** :- these are instructions which hold a unique opcode in the encoding space. A very generic syntax guideline for these instructions is as follows: ``` - + ``` + where `` is either `` or ``. + Examples: ``` lui rd imm20 6..2=0x0D 1..0=3 -- cgit v1.1