[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


NAME
    UMult32 -- Unsigned 32 by 32 bit multiply with 32 bit result. (V36)

SYNOPSIS
    Result = UMult32( Arg1, Arg2 )
    D0                D0    D1

    ULONG UMult32( ULONG, ULONG );

FUNCTION
    Returns the unsigned 32 bit result of multiplying Arg1 by Arg2.

INPUTS
    Arg1, Arg2              - unsigned multiplicands.

RESULTS
    Result                  - the unsigned 32 bit result of
                              multiplying Arg1 by Arg2.

NOTES

SEE ALSO
    SDivMod32(), SMult32(), UDivMod32()

BUGS