83Plus:BCALLs:4039

From WikiTI
Revision as of 16:44, 25 September 2009 by FloppusMaximus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.)