Operators
The operators used in creating a Boolean expression are shown in the following table.
| Operator | Description |
|---|---|
| () | Parentheses |
| ¬ | Not |
| - | Through |
| & | And |
| | | Or |
Parentheses have the highest precedence and can be used
to change the normal order of evaluation. The maximum nesting level
is 15. The through operator (a hyphen) specifies
a range and can be used for addresses or a hex string in the following
combinations:
- address-address
- address:offset-address
- hex string-hex string
- hex string:offset-hex string