Difference between revisions of "83Plus:BCALLs:4AD7"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name| | + | [[Category:83Plus:BCALLs:By Name|RclAns]] |
− | [[Category:83Plus:BCALLs:By Address|4AD7 - | + | [[Category:83Plus:BCALLs:By Address|4AD7 - RclAns]] |
== Synopsis == | == Synopsis == | ||
− | '''Official name:''' | + | '''Official name:''' RclAns |
'''BCALL adress:''' 4AD7 | '''BCALL adress:''' 4AD7 | ||
Line 22: | Line 22: | ||
== Example == | == Example == | ||
− | <nowiki> b_call | + | <nowiki> b_call RclAns |
ld a,5 | ld a,5 | ||
− | b_call | + | b_call DispOp1a |
ret </nowiki> | ret </nowiki> |
Latest revision as of 14:48, 3 August 2012
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