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


2XOR Search:

In Logical Words in 32-bit library

Word Name: 2XOR
Type: Standard word
Data Stack Signature: d:x d:y -- d:(x XOR y)
Return Stack Signature: --
Availability: V1.2
Description:

Logically Exclusive-ORs the 32-bit values x and y.

Example:

$7EDC1852. $994A107E. 2XOR D$. (displays E796082C)

Comment:

None

See Also: XOR 

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