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


Words in category Logical Words in glossary 32-bit library

Search:
The following words are listed in this category (4 words found): Word Types: S = Standard, I = Immediate , IC = Immediate-compiling.
Word Name Word Type Data Stack Signature Return Stack Signature Description Availability
V1.0 V1.1 V1.2
2AND S d:x d:y – d:(x&y) -- Logically ANDs the 32-bit values x and y.
2OR S d:x d:y – d:(x|y) -- Logically ORs the 32-bit values x and y.
 
2XOR S d:x d:y -- d:(x XOR y) -- Logically Exclusive-ORs the 32-bit values x and y.
DNOT S d:x -- ~d:x -- Performs a bitwise inversion of each bit in the double (32-bit) value x.

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