83Plus:BCALLs:4AD7
From WikiTI
Contents
Synopsis
Official name: rclAns
BCALL adress: 4AD7
Stores the content of Ans in OP1 (and OP2 in case of a complex number).
Inputs
None.
Outputs
Destroys
- AF
- BC
- DE
- HL
Example
b_call _rclAns ld a,5 b_call _dispOp1a ret