Difference between revisions of "83Plus:BCALLs:45BE"

From WikiTI
Jump to: navigation, search
 
(Inputs)
Line 8: Line 8:
  
 
=== Inputs ===
 
=== Inputs ===
* AppAllowContext, (IY + APIFlg) = 1 to allow Mon to pass context keys, like kYequ to the cxMain routine.
+
* none
* CurLock, (IY + curFlags) = 1 to lock the cursor off
+
* ??? more?
+
  
 
=== Outputs ===
 
=== Outputs ===

Revision as of 22:05, 7 April 2005

Synopsis

Official Name: CursorOff

BCALL Address: 45BE

Removes the cursor from the display and stops it from reappearing until CursorOn is called.

Inputs

  • none

Outputs

  • curAble,(iy+curFlags) reset
  • curOn,(iy+curFlags) reset
  • (curTime) = 32h

Registers Destroyed

  • All

Comments