Difference between revisions of "83:ROMCalls:409E"

From WikiTI
Jump to: navigation, search
 
m (fix link)
 
Line 5: Line 5:
 
'''Call Address:''' 409E
 
'''Call Address:''' 409E
  
This routine calls [[83:ROMCalls:40A6|FPSquare]] and [[83:ROMCalls:40A6|FPMult]] to calculate the cube of [[83:RAM:8039|OP1]].
+
This routine calls [[83:ROMCalls:40A6|FPSquare]] and [[83:ROMCalls:40AA|FPMult]] to calculate the cube of [[83:RAM:8039|OP1]].
  
 
=== Inputs ===
 
=== Inputs ===

Latest revision as of 08:50, 14 April 2005

Synopsis

Official Name: Cube

Call Address: 409E

This routine calls FPSquare and FPMult to calculate the cube of OP1.

Inputs

  • OP1 = operand

Outputs

  • OP1 = OP1^3
  • OP2 destroyed
  • AF,BC,DE,HL destroyed