Difference between revisions of "83Plus:BCALLs:407B"
From WikiTI
m (→Registers Destroyed: => Destroys) |
|||
Line 14: | Line 14: | ||
* OP2 = original OP1 | * OP2 = original OP1 | ||
− | === | + | === Destroys === |
* AF, BC, DE, HL, OP2, OP3 | * AF, BC, DE, HL, OP2, OP3 | ||
Revision as of 07:44, 24 April 2005
Contents
Synopsis
Official Name: Cube
BCALL Address: 407B
Raises a floating point number in OP1 to the third power.
Inputs
- OP1 = floating point
Outputs
- OP1 = OP1^3
- OP2 = original OP1
Destroys
- AF, BC, DE, HL, OP2, OP3
Example
B_CALL OP1Set5 ;OP1=floating point 5 B_CALL Cube ;returns with OP1=floating point 125