Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. format ELF
  3. include 'proc32.inc'
  4. section '.text' executable
  5.  
  6. public atan_ as "atan"
  7.  
  8. atan_:
  9.  
  10.         fld     qword[esp+4]
  11.         fld1
  12.         fpatan
  13.  
  14.         ret
  15.  
  16.