aboutsummaryrefslogtreecommitdiff
path: root/src/supervisor.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-04-18 16:45:29 -0400
committerBill Traynor <wmat@riscv.org>2023-04-18 16:45:29 -0400
commit881f3c3eef1912a636416b078514f2671b54b1b0 (patch)
tree3c4ffc0e7eedf431162aea29970dbbdc43849836 /src/supervisor.adoc
parentb742f5475c174341d47d8d902b1fddb75fc5d299 (diff)
downloadriscv-isa-manual-881f3c3eef1912a636416b078514f2671b54b1b0.zip
riscv-isa-manual-881f3c3eef1912a636416b078514f2671b54b1b0.tar.gz
riscv-isa-manual-881f3c3eef1912a636416b078514f2671b54b1b0.tar.bz2
Formatted table.
Formatted table to match LaTeX.
Diffstat (limited to 'src/supervisor.adoc')
-rw-r--r--src/supervisor.adoc14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/supervisor.adoc b/src/supervisor.adoc
index d7f3b21..14755e4 100644
--- a/src/supervisor.adoc
+++ b/src/supervisor.adoc
@@ -196,12 +196,14 @@ field.
[%autowidth,float="center",align="center",cols=">,^,<",options="header",]
|===
|Value |Name |Description
-|0 |Direct |All exceptions set `pc` to BASE.
-
-|1 |Vectored |Asynchronous interrupts set `pc` to
-BASE+4latexmath:[$\times$]cause.
-
-|latexmath:[$\ge$]2 |— |_Reserved_
+|0 +
+1 +
+latexmath:[$\ge$]2
+|Direct +
+Vectored
+|All exceptions set `pc` to BASE. +
+Asynchronous interrupts set `pc` to BASE+4latexmath:[$\times$]cause. +
+_Reserved_
|===
The encoding of the MODE field is shown in