<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


NOT Search:

In Logical Words in TurboForth Kernal

Word Name: NOT
Type: Standard word
Data Stack Signature: a -- ~a
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Performs a bit-wise inversion (1's complement) on a.

Example:

none

Comment:

none

See Also: AND  OR  XOR 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>