Difference between revisions of "83Plus:BCALLs:44D7"

From WikiTI
Jump to: navigation, search
 
(No difference)

Latest revision as of 03:29, 3 May 2005

Synopsis

Official Name: JError

BCALL Address: 44D7

Description

Inputs

  • A contains error code (bit 7=1 for GoTo option)

Outputs

  • System error displayed or error handler called

Registers Destroyed

  • All

Comments

This is a jump not a call.

Example

ld a,E_Undefined
B_JUMP JError