83Plus:BCALLs:4042
From WikiTI
Revision as of 18:24, 29 September 2009 by FloppusMaximus (Talk | contribs)
Synopsis
Official Name: ErrorEP
BCALL Address: 4042
Calls the current app's ErrorEP routine.
Inputs
- (cxErrorEP) = address of error goto routine
- (errOffset) = offset into current program where the error occurred (?)
Outputs
- None
Destroys
- Depends on the app (but you can assume all registers will be destroyed)
Comments
(cxErrorEP) is one of the six "context vectors" that are specified by calling AppInit.
This routine is called when an error occurs and the user chooses to "Goto" the location of the error.
More details would be appreciated.