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


>> Search:

In Logical Words in TurboForth Kernal

Word Name: >>
Type: Standard word
Data Stack Signature: a count -- b
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Shifts a count bits to the right, resulting in b.

Example:

none

Comment:

Bits shifted out of the least significant bit are discarded. Performs a logical shift – i.e. 0 is shifted in at the most significant bit.

See Also: << 

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