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

From WikiTI
Jump to: navigation, search
 
Line 19: Line 19:
 
== Comments ==
 
== Comments ==
 
This routine copies the current monitor vectors to [[83Plus:RAM:859B|cxPrev]], and sets up the monitor vectors for the Rcl handler.
 
This routine copies the current monitor vectors to [[83Plus:RAM:859B|cxPrev]], and sets up the monitor vectors for the Rcl handler.
 
== Example ==
 
This example would allow you to use + to enter Rcl mode (assuming Mon has control):
 
 
<nowiki>cp  kAdd
 
ret nz
 
B_CALL RclKeyRtn
 
xor a
 
ret</nowiki>
 

Revision as of 09:05, 25 March 2005

Synopsis

Official Name: RclKey

Other Names: RclKeyRtn

BCALL Address: 0042

Sets up the monitor vectors for Rcl mode.

Inputs

None

Outputs

None

Registers Destroyed

Unknown

Comments

This routine copies the current monitor vectors to cxPrev, and sets up the monitor vectors for the Rcl handler.