83Plus:BCALLs:4000
From WikiTI
Revision as of 02:28, 3 May 2005 by 84plusfreak (Talk | contribs)
Synopsis
Official Name: JErrorNo
BCALL Address: 4000
Description
Inputs
- (errNo) contains error code (bit 7=1 for GoTo option)
Outputs
- System error displayed or error handler called
Registers Destroyed
- All
Comments
This is the same as JError except the error code is in (errNo).
Example
ld a,E_Undefined ld (errNo),a B_JUMP JErrorNo