83Plus:BCALLs:4036

From WikiTI
Jump to: navigation, search

Synopsis

Official Name: PPutAwayPrompt

BCALL Address: 4036

Calls the current app's PPutAway and PutAway routines. Also clears the promptEdit flag.

Inputs

  • (cxPPutAway) = address of partial put-away routine
  • (cxPutAway) = address of normal put-away routine

Outputs

  • None

Destroys

  • Depends on the app (but you can assume all registers will be destroyed)

Comments

I'm not sure why the promptEdit flag is reset here.

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