Difference between revisions of "83Plus:BCALLs:4D41"

From WikiTI
Jump to: navigation, search
 
m (doesn't return)
 
Line 17: Line 17:
  
 
== Comments ==
 
== Comments ==
This BCALL will display "ERR:" and then the zero-terminated string at [[83Plus:RAM:984D|appErr1]]. There will never be a GoTo option.
+
This BCALL will display "ERR:" and then the zero-terminated string at [[83Plus:RAM:984D|appErr1]]. There will never be a GoTo option and it does not return.
  
 
BCALL [[83Plus:BCALLs:4D44|4D44]] is identical, except the input is [[83Plus:RAM:985A|appErr2]].
 
BCALL [[83Plus:BCALLs:4D44|4D44]] is identical, except the input is [[83Plus:RAM:985A|appErr2]].

Latest revision as of 09:57, 18 April 2007

Synopsis

Unofficial Name: ErrCustom1

BCALL Address: 4D41

Displays a custom ERR: message.

Inputs

  • appErr1: zero-terminated string to display after "ERR:"

Outputs

  • None

Destroys

  • A

Comments

This BCALL will display "ERR:" and then the zero-terminated string at appErr1. There will never be a GoTo option and it does not return.

BCALL 4D44 is identical, except the input is appErr2.