aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDymShanks <166487860+DymShanks@users.noreply.github.com>2026-01-30 02:44:38 +0530
committerGitHub <noreply@github.com>2026-01-29 13:14:38 -0800
commit3a301b3d7faef3b97163adb5797074b7024fcf95 (patch)
tree91844eaa477e74ddb7baa6aed1b7b3d43c184753
parent451f8bd162b80e17a01fc0541dfb382c743dcf9b (diff)
downloadriscv-opcodes-master.zip
riscv-opcodes-master.tar.gz
riscv-opcodes-master.tar.bz2
Fix grammar in README: defined -> define (#404)HEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38351b2..d7de8ae 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ When an instruction is present in multiple extensions and the spec is vague in d
## Encoding Syntax
-The encoding syntax uses `$` to indicate keywords. As of now 2 keywords have been identified : `$import` and `$pseudo_op` (described below). The syntax also uses `::` as a means to define the relationship between extension and instruction. `..` is used to defined bit ranges. We use `#` to define comments in the files. All comments must be in a separate line. In-line comments are not supported.
+The encoding syntax uses `$` to indicate keywords. As of now 2 keywords have been identified : `$import` and `$pseudo_op` (described below). The syntax also uses `::` as a means to define the relationship between extension and instruction. `..` is used to define bit ranges. We use `#` to define comments in the files. All comments must be in a separate line. In-line comments are not supported.
Instruction syntaxes used in this project are broadly categorized into three: