Difference between revisions of "83Plus:BCALLs:49DE"

From WikiTI
Jump to: navigation, search
m (Formatting)
(Inputs: errNo, not A...)
Line 8: Line 8:
  
 
=== Inputs ===
 
=== Inputs ===
* A: The error number
+
* ([[83Plus:RAM:86DD|errNo]]): The error number
  
 
=== Outputs ===
 
=== Outputs ===

Revision as of 09:23, 14 September 2006

Synopsis

Official Name: DispErrorScreen

BCALL Address: 49DE

Displays the ERR:... text for a specified error number.

Inputs

  • (errNo): 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.