4.7.1 Prefix Operators
The assembler has the following prefix operators. Each takes one argument, which must be absolute.
Operator | Description | Example |
---|---|---|
- |
Negation. Two’s complement negation. | -1 |
~ |
Bit-wise not. One’s complement. | ~flags |