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

From WikiTI
Jump to: navigation, search
(No difference)

Revision as of 09:56, 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.

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