Add the following to Book I 1.6.2
```
-msk (18:20, 31)
+msk (9:10,14:15)
Field used by crternlogi to decide which CR bits to modify.
Formats: CRB
-```
-```
nh (26)
Nibble High. Field used by binlog to decide if the look-up-table should
be taken from bits 60:63 or 56:59 of RC.
Formats: VA
-```
-```
TLI (21:28)
Field used by the ternlogi instruction as the
look-up table.
- Formats: TLI, CRB
-```
+ Formats: TLI
+TLI (21:25,19:20,31)
+ Field used by the crternlogi instruction as the
+ look-up table.
+ Formats: CRB
-```
XO (29:30)
Extended opcode field.
- Formats: TLI, CRB
+ Formats: TLI
+XO (26:30)
+ Extended opcode field.
+ Formats: CRB
```
Add `TLI` to the `Formats:` list of all of `RA`, `RB`, `RT`, and `Rc`.
Add `CRB` to the `Formats:` list of all of `BF`, `BFA`, `BFB`, and `BFC`.
-Add `VA` to the `Formats:` list of `XO (27:31)`.
+Add `TLI` to the `Formats:` list of `XO (29:30)`.
+Add `CRB` to the `Formats:` list of `XO (26:31)`.
+Add `VA` to the `Formats:` list of `XO (27:31)`.
----------