>
|
|
Get least significant bit.
Get most significant bit. (This will be 1 if bits is not specified.)
Get most significant bit assuming input is 16 bits
>
|
|
Extract all bits - this is the same as Split
>
|
|
| (5) |
| (6) |
Reverse order of the bits as a 16 bit number
>
|
|
| (7) |
Reverse order as a 16 bit number with number output is equivalent to extracting in reverse above followed by join
>
|
|
>
|
|
Exchange first 8 bits and last 8 bits in a 16 bit number
>
|
|
Check: