vectors
Paul,
The only static location for ANY software in the Amiga is 0x04, which
contains a pointer to the Exec library structure. All other libraries and
devices are opened by, and linked to, the Exec library. So if you're
looking for a set of interrupt vectors as in the IBMPC, there aren't any.
Exec does provide routines to dynamically replace library calls
(SetFunction()) and interrupt handlers (SetIntVector()), but that doesn't
appear to be what you need.
– Dave