83Plus:BCALLs:4039
From WikiTI
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.)