home *** CD-ROM | disk | FTP | other *** search
-
-
-
- LMult(33.4) ARP Programmers Manual LMult(33.4)
-
-
-
- NAME
- LMult - Perform a long multiply.
-
- SYNOPSIS
- LONG = LMult(num1, num2)
- d0 d1
-
- FUNCTION
- The 68000 instruction set does not implement a full 32bit
- multiply. This function remedies that defect.
-
- INPUTS
- num1 - A 32 bit signed number.
-
- num2 - A 32 bit signed number.
-
- RESULT
- LONG - The 32 bit result of num1*num2.
-
- BUGS
- None known.
-
- SEE ALSO
- LDiv, LMod
-
- AUTHOR
- SDB
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 2/22/88)
-
-
-
-