Difference between revisions of "83Plus:BCALLs:4291"
From WikiTI
m (Added categories) |
m (OP1 link and output explicit) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name:Variable|RealName]] | + | [[Category:83Plus:BCALLs:By Name:Variable|RealName]] [[Category:83Plus:BCALLs:By Name|RealName]] [[Category:83Plus:BCALLs:By Address|4291 - RealName]] |
− | [[Category:83Plus:BCALLs:By Name|RealName]] | + | |
− | [[Category:83Plus:BCALLs:By Address|4291 - RealName]] | + | |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' RealName | '''Official Name:''' RealName | ||
Line 7: | Line 5: | ||
'''BCALL Address:''' 4291 | '''BCALL Address:''' 4291 | ||
− | Sets OP1 to the name of a real variable given in the accumulator. | + | Sets [[83Plus:RAM:8478|OP1]] to the name of a real variable given in the accumulator. |
=== Inputs === | === Inputs === | ||
Line 13: | Line 11: | ||
=== Outputs === | === Outputs === | ||
− | * OP1: | + | * OP1: set to variable name. |
=== Registers Destroyed === | === Registers Destroyed === |
Latest revision as of 09:55, 20 May 2005
Synopsis
Official Name: RealName
BCALL Address: 4291
Sets OP1 to the name of a real variable given in the accumulator.
Inputs
- A: The letter of the real variable
Outputs
- OP1: set to variable name.
Registers Destroyed
- HL
Comments
This B_CALL is rather pointless.
Example
ld a, 'B' B_CALL RealName rst rFINDSYM