Difference between revisions of "83Plus:BCALLs:49DE"
From WikiTI
m |
|||
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 == | ||
'''Official Name:''' DispErrorScreen | '''Official Name:''' DispErrorScreen |
Revision as of 20:29, 29 March 2005
Synopsis
Official Name: DispErrorScreen
BCALL Address: 49DE
Displays the ERR:... text for a specified error number.
Inputs
- A: The error number
Outputs
None
Destroys
Unknown
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.