home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / math / math_ieee / fltsll.s < prev    next >
Encoding:
Text File  |  1995-09-19  |  241 b   |  13 lines

  1.  xref _MathIeeeSingBasBase
  2.  
  3.  xdef __ieeefltull
  4.  xdef __ieeefltsll
  5. __ieeefltull:   ;   das braucht eine eigene Routine
  6. __ieeefltsll:
  7.  move.l  4(sp),d0
  8.  move.l  a6,-(sp)
  9.  move.l  _MathIeeeSingBasBase,a6
  10.  jsr     -36(a6)
  11.  move.l  (sp)+,a6
  12.  rts
  13.