(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Synopsis
Official Name: FPMult
Call Address: 40AA
This routine multiplies OP1 by OP2 and stores the result in OP1.
Inputs
- OP1 = first operand
- OP2 = second operand
Outputs
- OP1 = OP1 * OP2
- OP2 destroyed??
- AF,BC,DE,HL destroyed