Difference between revisions of "83Plus:BCALLs:407B"
From WikiTI
(→Synopsis: linkage+formatting) |
m (Formatting) |
||
Line 20: | Line 20: | ||
== Example == | == Example == | ||
<nowiki>B_CALL OP1Set5 ;OP1=floating point 5 | <nowiki>B_CALL OP1Set5 ;OP1=floating point 5 | ||
− | B_CALL Cube ;returns with OP1=floating point 125 | + | B_CALL Cube ;returns with OP1=floating point 125</nowiki> |
− | </nowiki> | + |
Latest revision as of 08:27, 25 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
Destroys
Example
B_CALL OP1Set5 ;OP1=floating point 5 B_CALL Cube ;returns with OP1=floating point 125