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


UM* Search:

In Math Words in TurboForth Kernal

Word Name: UM*
Type: Standard word
Data Stack Signature: u1 u2 -- ud
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

ud is the unsigned double (32-bit) product of u1 times u2. All values and arithmetic are unsigned.

Example:

none

Comment:

none

See Also: * 

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