83Plus:BCALLs:4D41

From WikiTI
Revision as of 09:56, 18 April 2007 by Brandonw (Talk | contribs)

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

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.