83Plus:BCALLs:401B
From WikiTI
Synopsis
Official Name: coorMon
BCALL Address: 401B
This routine is similar to Mon but calls additional routines during initialization.
Inputs
- AppAllowContext, (IY + APIFlg) = 1 to allow Mon to pass context keys, like kYequ to the cxMain routine.
- CurLock, (IY + curFlags) = 1 to lock the cursor off
- ??? more?
Outputs
- none
Registers Destroyed
- All
Comments
This routine does the equivalent of:
res g_style_active,(iy+sGrFlags) B_CALL CursorOff B_CALL CoorDisp B_CALL Mon