Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Subroutines > MIAMEX

MX_PRINTERR

Scroll Prev Top Next More

Reviewed and revised April 2024

xcall MIAMEX, MX_PRINTERR, errnum

MX_PRINTERR (MIAMEX 28) outputs the standard error message associated with the last processed DDB error.

Parameters

errnum  (Unsigned Int)  [out]

Receives the so-called DDB error code.

Comments

Note that the DDB error codes differ from the ASB error codes returned by ERR and are typically only relevant within System Commands, which, although now written in ASB like other application programs, were originally developed in assembly language apart from the ASB error framework.

See ERRMSG for a more powerful and flexible method of handling error messages.