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.