Difference between revisions of "83Plus:BCALLs:4042"

From WikiTI
Jump to: navigation, search
(ErrorEP: call app's ErrorEP routine)
 
(No difference)

Latest revision as of 19:24, 29 September 2009

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.