<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Logical Words in 32-bit library
Performs a bitwise inversion of each bit in the double (32-bit) value x.
$7EDC1852. DNOT D$. (displays: 8123E7AD)
All 1 bits are set to 0, and all 0 bits are set to 1.