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


DNOT Search:

In Logical Words in 32-bit library

Word Name: DNOT
Type: Standard word
Data Stack Signature: d:x -- ~d:x
Return Stack Signature: --
Availability: V1.2
Description:

Performs a bitwise inversion of each bit in the double (32-bit) value x.

Example:

$7EDC1852. DNOT D$. (displays: 8123E7AD)

Comment:

All 1 bits are set to 0, and all 0 bits are set to 1.

See Also: ABS  NEGATE  NOT 

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