F$PErr

From NitrOS-9
Revision as of 15:31, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with '{| |- valign="top" | '''Print Error''' | rowspan="2" | '''Writes an error message to a specified path''' |- valign="top" | '''OS9 F$PErr 103F 0F''' |} '''Entry Conditions''' B …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Print Error Writes an error message to a specified path
OS9 F$PErr 103F 0F

Entry Conditions

B error code

Error Output

CC carry set on error

B error code (if any)

Additional Information

  • Print Error writes an error message to the standard error path for the specified process. By default, NitrOS-9 shows:

ERROR #decimal number

  • The error reporting routine is vectored. Using the Set SVC system call, you can replace it with a more elaborate reporting module. To replace this routine use the Set SVC system call.

IOMan