home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / vbcc / machines / amiga68k / libsrc / math / math_ieee / mull.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  181 b   |  12 lines

  1.  xref _MathIeeeSingBasBase
  2.  
  3.  xdef __ieeemull
  4. __ieeemull:
  5.  move.l a6,-(sp)
  6.  move.l  _MathIeeeSingBasBase,a6
  7.  move.l 8(sp),d1
  8.  move.l 12(sp),d0
  9.  jsr     -78(a6)
  10.  move.l (sp)+,a6
  11.  rts
  12.