aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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