FilterFactory - Operator "~" (bitwise "not")

Back to function listing

Syntax

~a

Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32

58 pop eax (param_a) .
F7 D0 not eax .
50 push eax return !param_a;