83:ROMCalls:4072

From WikiTI
Revision as of 07:54, 14 April 2005 by Kalimero (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Official Name: AbsO1PAbsO2

Call Address: 4072

This routine adds the absolute value of OP1 and OP2 together and stores the result in OP1.

Inputs

  • OP1 = first floating point number
  • OP2 = second floating point number

Outputs

  • OP1 = abs(OP1) + abs(OP2)
  • OP2 destroyed?
  • AF,BC,DE,HL destroyed