Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

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