*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
Adds binary operations for performing:
  1. AND - AND two values
  2. OR - OR two values
  3. XOR - eXclusive OR of two values
  4. NOT - return one's complement
  5. NEG - return two's complement
  6. SHL - shift bits left <n> positions
  7. SHR - shift bits right <n> positions
  8. ROL - rotate bits left <n> positions
  9. ROR - rotate bits right <n> positions

Update History
Version Updated Description
1.1 10.05.2005 Added bNEG - returns two's complement of value
1.0 02.08.2003 Initial release