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 / fltswd.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  147 b   |  9 lines

  1.     xdef    __ieeefltswd
  2.     xref    ___floatsidf
  3. __ieeefltswd:
  4.     move.w  4(a7),d0
  5.     ext.l   d0
  6.     move.l  d0,4(a7)
  7.     jmp     ___floatsidf
  8.  
  9.