Difference between revisions of "83Plus:BCALLs:4039"
From WikiTI
(PPutAway: call cxPPutAway) |
m (→Comments) |
||
Line 17: | Line 17: | ||
== Comments == | == Comments == | ||
− | If bit [[83Plus:Flags:25 | + | If bit [[83Plus:Flags:25#Bit_5|5, (iy + 25h)]] is set, this routine does nothing. Otherwise it calls the routine currently set as the partial put-away handler. |
In general, user programs should not need to use this routine (routines such as [[83Plus:BCALLs:401E|Mon]], [[83Plus:BCALLs:4C51|ExecuteApp]], and [[83Plus:BCALLs:4027|JForceCmdNoChar]] will call the put-away routines when it is appropriate.) | In general, user programs should not need to use this routine (routines such as [[83Plus:BCALLs:401E|Mon]], [[83Plus:BCALLs:4C51|ExecuteApp]], and [[83Plus:BCALLs:4027|JForceCmdNoChar]] will call the put-away routines when it is appropriate.) |
Latest revision as of 15:44, 25 September 2009
Synopsis
Official Name: PPutAway
BCALL Address: 4039
Calls the current app's PPutAway routine.
Inputs
- (cxPPutAway) = address of partial put-away routine
Outputs
- None
Destroys
- Depends on the app (but you can assume all registers will be destroyed)
Comments
If bit 5, (iy + 25h) is set, this routine does nothing. Otherwise it calls the routine currently set as the partial put-away handler.
In general, user programs should not need to use this routine (routines such as Mon, ExecuteApp, and JForceCmdNoChar will call the put-away routines when it is appropriate.)