home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11074 / fixdfsi.S next >
Encoding:
Text File  |  1993-01-09  |  297 b   |  20 lines

  1.     .file    "__fixdfsi.s"
  2. .text
  3.     .align 2
  4. .globl ___fixdfsi
  5. ___fixdfsi:
  6.     pushl %ebp
  7.     movl %esp,%ebp
  8.     subl    $12,%esp
  9.     fstcw    -4(%ebp)  
  10.     movw    -4(%ebp),%ax
  11.     orw    $0x0c00,%ax  
  12.     movw    %ax,-2(%ebp) 
  13.     fldcw    -2(%ebp)     
  14.     fldl    8(%ebp)
  15.     fistpl    -12(%ebp)    
  16.     fldcw    -4(%ebp)     
  17.     movl    -12(%ebp),%eax
  18.     leave
  19.     ret
  20.