F$PErr

From NitrOS-9
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