aboutsummaryrefslogtreecommitdiff
path: root/src/c-st-ext.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-06-07 10:01:32 -0400
committerBill Traynor <wmat@riscv.org>2023-06-07 10:01:32 -0400
commit3ce34b4ad34e75a8dacebf8d3958bb23be5ffdf2 (patch)
treef53e15d46b5d67464fee9f7ab4f7fc5233ca16a9 /src/c-st-ext.adoc
parenta78a0e6baba03deecfe2bd0870de9ea04e443836 (diff)
downloadriscv-isa-manual-3ce34b4ad34e75a8dacebf8d3958bb23be5ffdf2.zip
riscv-isa-manual-3ce34b4ad34e75a8dacebf8d3958bb23be5ffdf2.tar.gz
riscv-isa-manual-3ce34b4ad34e75a8dacebf8d3958bb23be5ffdf2.tar.bz2
Fixed missing ; for hex char
A semicolon was missing on a not equal sign hex character.
Diffstat (limited to 'src/c-st-ext.adoc')
-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_&#x2260;x0 the code
-points with _rd_=x0 are reserved.
+only valid when _rd_&#x2260;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_&#x2260;x0 the code points with
_rd_=x0 are reserved.
C.FLWSP is an RV32FC-only instruction that loads a single-precision