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

From WikiTI
Jump to: navigation, search
 
Line 7: Line 7:
  
 
=== Inputs ===
 
=== Inputs ===
* A: A Context ID
+
* A: Context ID
  
 
=== Outputs ===
 
=== Outputs ===
Line 16: Line 16:
  
 
== 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 = 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.

Revision as of 08:59, 25 March 2005

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

Unknown

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.