Format | Assembly Format | Description |
---|---|---|
66 | not |
Bitwise complement. |
…, value → …, result
The not
instruction computes the bitwise complement of the integer value on top of the stack and leaves the result on top of the stack. The return type is the same as the operand type.
The acceptable operand types and their corresponding result data type are encapsulated in Table 5: Integer Operations.
None.