Difference between revisions of "83Plus:BCALLs:49DE"
From WikiTI
(Destroys) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name|DispErrorScreen]] | + | [[Category:83Plus:BCALLs:By Name:Error|DispErrorScreen]] [[Category:83Plus:BCALLs:By Name|DispErrorScreen]] [[Category:83Plus:BCALLs:By Address|49DE - DispErrorScreen]] |
− | [[Category:83Plus:BCALLs:By Name | + | |
− | [[Category:83Plus:BCALLs:By Address|49DE - DispErrorScreen]] | + | |
== Synopsis == | == Synopsis == | ||
Line 11: | Line 9: | ||
=== Inputs === | === Inputs === | ||
− | * | + | * ([[83Plus:RAM:86DD|errNo]]): The error number |
=== Outputs === | === Outputs === | ||
− | None | + | ''None'' |
=== Destroys === | === Destroys === | ||
− | + | *All | |
== Comments == | == Comments == | ||
This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu. | This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu. |
Latest revision as of 08:06, 6 February 2008
Synopsis
Official Name: DispErrorScreen
BCALL Address: 49DE
Displays the ERR:... text for a specified error number.
Inputs
- (errNo): The error number
Outputs
None
Destroys
- All
Comments
This B_CALL displays the ERR:... line of text for a specified error number. It can be used inside an errorhandler to easily notify the user of what error occurred without getting the quit,goto menu.