The documentation is extraordinarily generic on this.
When registering an event, one has to specify a line ID and an event ID. First, for a C6474, line ID will always be 0, right? The documentation is not specific about which interrupt line it is using (it's certainly not zero as it is being set since that is the reset vector, so it must be something else).
Also, how can I found out which event IDs are reserved? It's not documented, so the only way I can tell now is try something and see if it generates an exception at runtime. Is this event ID literally a interrupt event ID of the processor? If the answer to that is yes, then I take back my claim about it not being documented. :-)
Edit: And while on the subject, how do I configure the interrupt vector it uses? (It defaults to INT5.)