aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-11-28 16:37:03 -0500
committerBill Traynor <wmat@riscv.org>2022-11-28 16:37:03 -0500
commit1e45a5f97b49d0a80a272ab723d3bcc653c39200 (patch)
tree0d3cd9c442a20e171a7883a4cfe7fe4083485d75
parentb31022a1a26a358b38db509a914ea31d033baf64 (diff)
downloadriscv-isa-manual-1e45a5f97b49d0a80a272ab723d3bcc653c39200.zip
riscv-isa-manual-1e45a5f97b49d0a80a272ab723d3bcc653c39200.tar.gz
riscv-isa-manual-1e45a5f97b49d0a80a272ab723d3bcc653c39200.tar.bz2
Removing table label and putting explanatory sentence beneath.
In an effort to make the doc as close to latex as possible I'm removing the table label and adding the sentence from the latex beneath the table.
-rw-r--r--src/rv32.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rv32.adoc b/src/rv32.adoc
index ecfa241..d4413c2 100644
--- a/src/rv32.adoc
+++ b/src/rv32.adoc
@@ -223,10 +223,12 @@ formats and with each other.
each of the base instruction formats, and is labeled to show which
instruction bit (inst[_y_]) produces each bit of the immediate value.
-.Types of immediate produced by RISC-V instructions. The fields are labeled with the instruction bits used to construct their value. Sign extensions always uses inst[31].
+//.Types of immediate produced by RISC-V instructions.
include::images/wavedrom/immediate.adoc[]
[[immtypes]]
+The fields are labeled with the instruction bits used to construct their value. Sign extensions always uses inst[31].
+
[NOTE]
====
Sign-extension is one of the most critical operations on immediates