83Plus:BCALLs:4D41

From WikiTI
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 and it does not return.

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