SPLat Logo

Not

NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

Not

X = !X

The Not instruction does a (logical) Boolean inversion on the contents of X:

True becomes False

False becomes True

Note: This instruction treats any non-zero byte value as True, and converts any non-zero byte result to all 1's.

See also And, Or, Xor and the bit-wise Boolean instructions AndM, OrM, XorM, NotM