Everything

~


Obtains the logical negation by each bit.

[Function]

Negates the value of the term of an expression on a bit-by-bit basis and returns the result.

[Application example]

MOV     A, #LOW(~3)     ; (1)

(1)

Logical negation is performed on "0x3" as follows:
This operation loads "0x0F" in the A register.