83:ROMCalls:4072

From WikiTI
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