4.7.1 Prefix Operators

The assembler has the following prefix operators. Each takes one argument, which must be absolute.

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