home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / c / vbcc / machines / amiga68k / libsrc / ixemul / support / fltubd.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  150 b   |  9 lines

  1.     xdef    __ieeefltubd
  2.     xref    ___floatsidf
  3. __ieeefltubd:
  4.     moveq   #0,d0
  5.     move.b  4(a7),d0
  6.     move.l  d0,4(a7)
  7.     jmp     ___floatsidf
  8.  
  9.