Packages |
Description |
|
Adds binary operations for performing:
- AND - AND two values
- OR - OR two values
- XOR - eXclusive OR of two values
- NOT - return one's complement
- NEG - return two's complement
- SHL - shift bits left <n> positions
- SHR - shift bits right <n> positions
- ROL - rotate bits left <n> positions
- ROR - rotate bits right <n> positions
|
|