NAME
    SMult32 -- Signed 32 by 32 bit multiply with 32 bit result. (V36)
SYNOPSIS
    Result = SMult32( Arg1, Arg2 )
    D0                D0    D1
    LONG SMult32( LONG, LONG );
FUNCTION
    Returns the signed 32 bit result of multiplying Arg1 by Arg2.
INPUTS
    Arg1, Arg2      - signed multiplicands.
RESULTS
    Result          - the signed 32 bit result of multiplying
                      Arg1 by Arg2.
NOTES
SEE ALSO
    SDivMod32(), UDivMod32(), UMult32()
BUGS