Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fsin sine (80387) exception flags: i d u p s</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FSIN              Sine (80387)                Exception Flags: I D U P S

FSIN

       Logic:      ST . sin(ST)

     FSIN replaces ST with its sine. The number in ST must be in radians.

                                     63
     ST must be in the range |ST| < 2  . If it is not, FSIN sets C2 to 1 and
     the calculation does not occur. If it is, FSIN sets C2 to 0.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSIN                122-771          3             FSIN
  --------------------------------------------------------------------------

See Also: FCOS FSINCOS

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson