83Plus:BCALLs:40C0

From WikiTI
Revision as of 14:11, 20 February 2006 by Dan Englender (Talk | contribs)

Jump to: navigation, search

Synopsis

Official Name: Cos

BCALL Address: 40C0

Computes the cosine of OP1 and returns the result in OP1.

Inputs

  • OP1 = floating point

Outputs

  • OP1 = cosine of OP1

Destroys

  • AF, BC, DE, HL
  • OP1-OP5

Notes

Takes approximately 150,000 to 200,000 clock cycles.

Example

B_CALL OP1Set3  ;OP1=floating point 3
B_CALL cos  ;returns with OP1=-0.9899924...