Functions," on page 968 for the equivalent function
evaluated by this instruction for any given value of TLI.
+If `msk` is zero an Illegal Instruction trap is raised.
+
*Programmer's Note: this instruction is a "masked" overwrite on CR Field BF. For each bit set in msk a Write is performed but for each bit clear in msk the corresponding bit of BF is preserved. Overall this makes crbinlog a conditionally Read-Modify-Write instruction on CR Field BF*
Special registers altered:
Otherwise, if bit i of msk is a zero then bit i of
CR Field BF is unchanged.
+If `msk` is zero an Illegal Instruction trap is raised.
+
Special registers altered:
```
Add the following section to Book I 1.6.1
```
- |0 |6 |9 |12 |15 |18 |21 |29 |31 |
- | PO | BF | BFA | BFB | BFC | msk | TLI | XO | msk |
+
+ |0 |6 |9 |11 |14 |16 |19 |26 |31 |
+ | PO | BF | msk | BFA | msk | BFB | TLI | XO | TLI |
+ | PO | BF | msk | BFA | msk | BFB | // | XO | / |
```
# TLI-FORM