aboutsummaryrefslogtreecommitdiff
path: root/src/priv-intro.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-04-19 13:22:33 -0400
committerBill Traynor <wmat@riscv.org>2023-04-19 13:22:33 -0400
commit355dad4d8294eef94da84dd93024847003aa002f (patch)
treec097ad7a1bbe17d1f7a57af6e48d2a85cc2d06ce /src/priv-intro.adoc
parent0ef20342d9e3cea4d5f26097adb0445789e390b4 (diff)
downloadriscv-isa-manual-355dad4d8294eef94da84dd93024847003aa002f.zip
riscv-isa-manual-355dad4d8294eef94da84dd93024847003aa002f.tar.gz
riscv-isa-manual-355dad4d8294eef94da84dd93024847003aa002f.tar.bz2
Table formatting
Formatted table to match LaTeX version.
Diffstat (limited to 'src/priv-intro.adoc')
-rw-r--r--src/priv-intro.adoc20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/priv-intro.adoc b/src/priv-intro.adoc
index c148c84..3bb3ac2 100644
--- a/src/priv-intro.adoc
+++ b/src/priv-intro.adoc
@@ -102,10 +102,22 @@ as shown in <<privlevels>>.
[%autowidth,float="center",align="center",cols="^,^,^,^",options="header"]
|===
|Level |Encoding |Name |Abbreviation
-|0 |`00` |User/Application |U
-|1 |`01` |Supervisor |S
-|2 |`10` |_Reserved_ |
-|3 |`11` |Machine |M
+|0 +
+1 +
+2 +
+3
+|`00` +
+`01` +
+`10` +
+`11`
+|User/Application +
+Supervisor +
+_Reserved_ +
+Machine
+|U +
+S +
+&#160; +
+M
|===
Privilege levels are used to provide protection between different