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


2AND Search:

In Logical Words in 32-bit library

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

Logically ANDs the 32-bit values x and y.

Example:

$7EDC1852. $994A107E. 2AND D$. (displays 18481052)

Comment:

None

See Also: AND 

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