Difference between revisions of "83Plus:BCALLs:4A68"
From WikiTI
(Destroys) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:83Plus:BCALLs:By Name:Monitor|ZIfRclkApp]] [[Category:83Plus:BCALLs:By Name|ZIfRclkApp]] [[Category:83Plus:BCALLs:By Address|4A68 - ZIfRclkApp]] | ||
+ | |||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' ZIfRclkApp | '''Official Name:''' ZIfRclkApp | ||
Line 7: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | * A: | + | * A: Context ID |
=== Outputs === | === Outputs === | ||
Line 13: | Line 15: | ||
=== Registers Destroyed === | === Registers Destroyed === | ||
− | + | *HL,DE | |
== Comments == | == Comments == | ||
− | If [[83Plus:RAM:859A|cxCurApp]] is equal to the context you pass in A, this routine will return with zero reset. It will always return with zero reset if A | + | If [[83Plus:RAM:859A|cxCurApp]] is equal to the context you pass in A, this routine will return with zero reset. It will always return with zero reset if A is cxCmd. |
Latest revision as of 08:17, 6 February 2008
Synopsis
Official Name: ZIfRclkApp
BCALL Address: 4A68
Checks if a Rcl handler is active with some odd exceptions. See the Comments for details.
Inputs
- A: Context ID
Outputs
- Zero Flag: Set if Rcl handler active.
Registers Destroyed
- HL,DE
Comments
If cxCurApp is equal to the context you pass in A, this routine will return with zero reset. It will always return with zero reset if A is cxCmd.