JErrorNo
This routine displays a system error or calls an error handler, based on the value at errNo
. To allow the “Goto” option for a system error, bit 7 of the error code should be set, and to prevent it, bit 7 should be reset.
A list of system error codes is below. These are taken from ti84pceg.inc, and you should note that some allow “Goto” by default while others do not. However, this behavior can be changed by modifying bit 7.
If this routine is called, it will not return.
- Value at
errNo
contains error code. - Bit 7 of error code is set for “Goto” option, or reset if “Goto” is not allowed.
- Displays system error or calls error handler.
- If a custom error handler is called, the error code will be in
a
.
- This routine does not return.