4.6.1 Prefix Operators

Prefix operators are unary operators and operate on one absolute operand, which follows the operator in the source code. The assembler has the following prefix operators.

Table 4-4. Prefix Operators
Operator Description Example
- Negation. Two’s complement negation. -1
~ Bit-wise not. One’s complement. ~flags