From 881f3c3eef1912a636416b078514f2671b54b1b0 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Tue, 18 Apr 2023 16:45:29 -0400 Subject: Formatted table. Formatted table to match LaTeX. --- src/supervisor.adoc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/supervisor.adoc') 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 -- cgit v1.1