The cmnt Statement
The cmnt statement lets you perform a bitwise complement operation. The output (first) argument must be a variable but the second can be a variable, a numeric constant, or a constant expression. The syntax of the cmnt statement is shown below.
cmnt x, y // x = ~y