lnot |
Class: B |
(legend) |
Operand Stack | Heap | Condition Codes |
|
N/A | N/A |
Pops a value off the operand stack and pushes its logical not back onto the stack. A logical not is simply every bit flipped, e.g., 0x2e will result in 0xffd1. |