Synopsis
Unofficial Name: AbsAdd
BCALL Address: 405A
Takes the absolute value of OP1 and OP2 and then adds them together.
Inputs
- OP1: First number to add
- OP2: Second number to add
Outputs
- OP1 contains positive sum
Destroys
This takes the absolute value of two numbers and then adds them together, storing the result in OP1.