NOT - NOT

Syntax: not dst

Description:

NOT truth table:

A Result
1 0
0 1

Examples:

not rax -

C pseudo code would be value = !value;