Difference between revisions of "83Plus:BCALLs:4000"
From WikiTI
84plusfreak (Talk | contribs) |
(No difference)
|
Latest revision as of 03:28, 3 May 2005
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