Difference between revisions of "83Plus:BCALLs:401B"
From WikiTI
m (curFlags offset (0C, not 12)) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name: | + | [[Category:83Plus:BCALLs:By Name:Monitor|coorMon]] [[Category:83Plus:BCALLs:By Name:Utility|coorMon]] [[Category:83Plus:BCALLs:By Name|coorMon]] [[Category:83Plus:BCALLs:By Address|401B - coorMon]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' coorMon | '''Official Name:''' coorMon | ||
Line 8: | Line 8: | ||
=== Inputs === | === Inputs === | ||
− | * | + | * [[83Plus:Flags:28#Bit_0|appAllowContext, (IY + apiFlg)]] = 1 to allow Mon to pass context keys, like kYequ to the cxMain routine. |
− | * | + | * [[83Plus:Flags:0C#Bit_4|curLock, (IY + curFlags)]] = 1 to lock the cursor off |
* ??? more? | * ??? more? | ||
Latest revision as of 15:04, 30 May 2005
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