home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / smalmath.lha / source / SAcos.a < prev    next >
Encoding:
Text File  |  1992-08-19  |  96 b   |  12 lines

  1.     XDEF _IEEESPAcos
  2.  
  3.     SECTION code
  4.  
  5. _IEEESPAcos:
  6.     facos.s        d0,fp0
  7.     fmove.s        fp0,d0
  8.     rts
  9.     
  10.     END
  11.         
  12.