aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/c-st-ext.adoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/c-st-ext.adoc b/src/c-st-ext.adoc
index 0998b90..e193261 100644
--- a/src/c-st-ext.adoc
+++ b/src/c-st-ext.adoc
@@ -306,8 +306,7 @@ These instructions use the CI format.
C.LWSP loads a 32-bit value from memory into register _rd_. It computes
an effective address by adding the _zero_-extended offset, scaled by 4,
to the stack pointer, `x2`. It expands to `lw rd, offset(x2)`. C.LWSP is
-only valid when _rd_≠x0 the code
-points with _rd_=x0 are reserved.
+only valid when _rd_≠x0 the code points with _rd_=x0 are reserved.
C.LDSP is an RV64C/RV128C-only instruction that loads a 64-bit value
from memory into register _rd_. It computes its effective address by
@@ -320,7 +319,7 @@ C.LQSP is an RV128C-only instruction that loads a 128-bit value from
memory into register _rd_. It computes its effective address by adding
the zero-extended offset, scaled by 16, to the stack pointer, `x2`. It
expands to `lq rd, offset(x2)`. C.LQSP is only valid when
-_rd_&#x2260x0 the code points with
+_rd_≠x0 the code points with
_rd_=x0 are reserved.
C.FLWSP is an RV32FC-only instruction that loads a single-precision