Difference between revisions of "83Plus:BCALLs:405A"
From WikiTI
m (Cosmetic changes) |
(official name, category) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name| | + | [[Category:83Plus:BCALLs:By Name|AbsO1PAbsO2]] [[Category:83Plus:BCALLs:By Name:FP Math|AbsO1PAbsO2]] [[Category:83Plus:BCALLs:By Address|405A - AbsO1PAbsO2]] |
− | [[Category:83Plus:BCALLs:By Name:Math| | + | |
− | [[Category:83Plus:BCALLs:By Address|405A - | + | |
== Synopsis == | == Synopsis == | ||
− | '''Unofficial Name:''' | + | '''Official Name:''' AbsO1PAbsO2 |
+ | |||
+ | '''Unofficial Name:''' AbsAdd | ||
'''BCALL Address:''' 405A | '''BCALL Address:''' 405A | ||
− | + | Takes the absolute value of [[83Plus:RAM:8478|OP1]] and [[83Plus:RAM:8483|OP2]] and then adds them together. | |
=== Inputs === | === Inputs === | ||
− | * [[83Plus:RAM:8478|OP1]]: | + | * [[83Plus:RAM:8478|OP1]]: First number to add |
+ | * [[83Plus:RAM:8483|OP2]]: Second number to add | ||
=== Outputs === | === Outputs === | ||
− | * [[83Plus:RAM:8478|OP1]] contains | + | * [[83Plus:RAM:8478|OP1]] contains positive sum |
=== Destroys === | === Destroys === | ||
− | * [[83Plus:RAM:8478|OP1]], [[83Plus:RAM: | + | * [[83Plus:RAM:8478|OP1]], [[83Plus:RAM:8483|OP2]] |
== Comments == | == Comments == | ||
− | This | + | This takes the absolute value of two numbers and then adds them together, storing the result in [[83Plus:RAM:8478|OP1]]. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 19:12, 29 September 2009
Synopsis
Official Name: AbsO1PAbsO2
Unofficial Name: AbsAdd
BCALL Address: 405A
Takes the absolute value of OP1 and OP2 and then adds them together.
Inputs
Outputs
- OP1 contains positive sum
Destroys
Comments
This takes the absolute value of two numbers and then adds them together, storing the result in OP1.