Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Question on TRAP allocation Message-ID: <8705082331.AA16155@cory.Berkeley.EDU> Date: Fri, 8-May-87 19:31:51 EDT Article-I.D.: cory.8705082331.AA16155 Posted: Fri May 8 19:31:51 1987 Date-Received: Sat, 9-May-87 22:03:12 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 9 There are two EXEC calls, AllocTrap() and FreeTrap(). The manual page states that they can be called "only from the currently running task"... Does this mean that each task gets its own set of traps? None of the manuals state how one goes about setting a trap vector once one has allocated it. Can I write directly to the vectors in low RAM? -Matt