User guide

Appendix B
Number Systems, Hex Mask
B6
Bits of the mask word that are set (1) pass data from a source to a
destination. Reset bits (0) do not. In the example below, data in bits 07 of
the source word is passed to the destination word. Data in bits 815 of the
source word is not passed to the destination word. Destination bits 815 are
not affected (they are left in their last state).
1110 0101 1100 0110
Source Word
0000 0000
1111 1111
Mask Word
0000 0000
1100 0110
Destination Word
(all bits 0 initially)