(no commit message)
authorlkcl <lkcl@web>
Wed, 12 Jun 2019 15:57:39 +0000 (16:57 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 12 Jun 2019 15:57:39 +0000 (16:57 +0100)
isa_conflict_resolution/isamux_isans.mdwn

index 305db089e27bd08867f648f2d8b44d3eef21bbbc..7440c380e77a1a00f70c6fdafae73b75b69e3a44 100644 (file)
@@ -9,15 +9,13 @@ Where the opcode is normally loaded from the location at the PC, the extra
 bits are instead set via a CSR: hence why they are described as "hidden".
 
 # Hypothetical Format
+
 ```
-      3                   2                
+  3                   2                
   1
-
-    1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
-
-    |   reserved                      |          |      | foreignarch |1|
-
-    |     reserved                    |          |        |B| rvcpage |0|
+1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+     reserved                      |          |      | foreignarch |1|
+       reserved                    |          |        |B| rvcpage |0|
 
 ```