Difference between revisions of "83Plus:BCALLs:426A"
From WikiTI
m (Links, capitalization, formatting.) |
m (→Registers Destroyed: ==> Destroys) |
||
Line 13: | Line 13: | ||
* OP1 's exponent incremented | * OP1 's exponent incremented | ||
− | === | + | === Destroys === |
* A | * A | ||
Latest revision as of 09:44, 24 April 2005
Synopsis
Official Name: IncO1Exp
BCALL Address: 426A
Increments OP1's exponent.
Inputs
- OP1 = floating point number
Outputs
- OP1 's exponent incremented
Destroys
- A
Comments
This function increments the exponent of OP1. Checks are not performed to prevent an overflow.
Example
Suppose OP1=00h,80h,10h,00h,... After B_CALL IncO1Exp, OP1=00h,81h,10h,00h,... Suppose OP1=00h,FFh,10h,00h,... After B_CALL IncO1Exp, OP1=00h,00h,10h,00h,...