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 / fltsbl.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  162 b   |  10 lines

  1.     xdef    __ieeefltsbl
  2.     xref    ___floatsisf
  3. __ieeefltsbl:
  4.     move.b  4(a7),d0
  5.     ext.w   d0
  6.     ext.l   d0
  7.     move.l  d0,4(a7)
  8.     jmp     ___floatsisf
  9.  
  10.