This vector prints an error message to a channel.
Call Parameters | Return Parameters | ||
---|---|---|---|
D0.L | Error code | D0.L | Preserved. |
A0.L | Channel ID | A0.L | Preserved. |
No errors are returned by this vector call.
The example below shows the use of this trap call to print the error code in D0.L to the channel whose ID is in A0.L.
movea.w UT_ERR,A2 ; Vector address $CC. jsr (a2) ; Make the call