(no commit message)
authorlkcl <lkcl@web>
Tue, 1 Dec 2020 16:45:58 +0000 (16:45 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 1 Dec 2020 16:45:58 +0000 (16:45 +0000)
openpower/sv/16_bit_compressed.mdwn

index 05734888d435c22f56bc5372723ce9e53574b6e4..9e77446550bf15730bcfb67b66f4a6e9ab447655 100644 (file)
@@ -571,10 +571,12 @@ space (when RA==0)
 
 ### Unallocated
 
-    | 0 | 123 | 4 | | 567.8 | 9 ab | cde  | f |
-    | - | --- | - | | ----- | ---- | ---- | - |
-    | N | 111 |   | | 001.1 | 0 10 |      | M |
-    | N | 111 |   | | 001.1 | 0 11 |      | M |
+16-bit only:
+
+    | 0 | 1 | 234 | | 567.8 | 9 ab | cde  | f |
+    | - | - | --- | | ----- | ---- | ---- | - |
+    | N | 1 | 111 | | 001.1 | 0 10 |      | M |
+    | N | 1 | 111 | | 001.1 | 0 11 |      | M |
 
 ## Other ideas (Attempt 2)