83Plus:BCALLs:4075

From WikiTI
Revision as of 17:00, 23 April 2005 by 66.66.23.91 (Talk)

Jump to: navigation, search

Synopsis

Official Name: DToR

BCALL Address: 4075

Converts degrees to radians.

Inputs

  • OP1 = degrees

Outputs

  • OP1 = radians
  • OP2 = Pi/180

Registers Destroyed

  • AF, BC, DE, HL

Comments

This conversion is done by multiplying OP1 by Pi/180.

Example

B_CALL OP1Set5  ;OP1=floating point 5
B_CALL DToR  ;returns with OP1=floating point 0.087266...