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

  1.  xref _MathIeeeDoubBasBase
  2.  
  3.  xdef __ieeefltuld
  4.  xdef __ieeefltsld
  5. __ieeefltuld:   ;   das muss noch anders werden
  6. __ieeefltsld:
  7.  move.l  4(sp),d0
  8.  move.l  a6,-(sp)
  9.  move.l  _MathIeeeDoubBasBase,a6
  10.  jsr     -36(a6)
  11.  move.l  (sp)+,a6
  12.  rts
  13.