Difference between revisions of "83Plus:BCALLs:4A68"
From WikiTI
m (Added categories) |
(Destroys) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name:Monitor|ZIfRclkApp]] | + | [[Category:83Plus:BCALLs:By Name:Monitor|ZIfRclkApp]] [[Category:83Plus:BCALLs:By Name|ZIfRclkApp]] [[Category:83Plus:BCALLs:By Address|4A68 - ZIfRclkApp]] |
− | [[Category:83Plus:BCALLs:By Name|ZIfRclkApp]] | + | |
− | [[Category:83Plus:BCALLs:By Address|4A68 - ZIfRclkApp]] | + | |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' ZIfRclkApp | '''Official Name:''' ZIfRclkApp | ||
Line 16: | 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 is cxCmd. | 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.