83Plus:BCALLs:4D44

From WikiTI
Revision as of 18:39, 11 April 2008 by Luby (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Unofficial Name: ErrCustom2

BCALL Address: 4D44

Displays a custom ERR: message.

Inputs

  • appErr2: a zero-terminated string to display after "ERR:"

Outputs

  • None

Destroys

  • A

Comments

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

BCALL ErrCustom1 is identical, except the input is appErr1.