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


2OR Search:

In Logical Words in 32-bit library

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

Logically ORs the 32-bit values x and y.
 

Example:

$7EDC1852. $994A107E. 2OR D$. (displays FFDE187E)

Comment:

None

See Also: OR 

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