Difference between revisions of "83Plus:BCALLs:4A68"

From WikiTI
Jump to: navigation, search
m
(Destroys)
 
(2 intermediate revisions by the same user 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]]
 
[[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 14: Line 15:
  
 
=== Registers Destroyed ===
 
=== Registers Destroyed ===
''Unknown''
+
*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 09: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.