Path: utzoo!news-server.csri.toronto.edu!rutgers!cbmvax!bagate!dsinc!unix.cis.pitt.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!psuvax1!psuvm!blekul11!ghgaqz4 From: GHGAQZ4@cc1.kuleuven.ac.be Newsgroups: comp.sys.amiga.programmer Subject: Re: Unknown GURU numbers Message-ID: <91073.100543GHGAQZ4@cc1.kuleuven.ac.be> Date: 14 Mar 91 10:04:43 GMT References: <910310.075519@lerami.lonestar.org> <2093@public.BTR.COM> <29030.27dca903@kuhub.cc.ukans.edu> <32537@auc.UUCP> Organization: K.U.Leuven - Academic Computing Center Lines: 24 > 2 -Bus Error > 3 -Address Error > 4 -Illegal instruction > 5 -Divide by 0 > 6 -CHK instruction > 7 -TRAPV instruction > 8 -Privlege violation > 9 -Opcode 1010 Emulation (A-line emulation) > A -Opcode 1111 Emulation (F-line emulation) > B-17 -Reserved Almost correct, but 9 is not an opcode 1010 emulation. 9 is the trace trap (which I use in my debugger). A is the 1010 emulation trap and B is the F-line emulation trap. ... 8 -Privilege violation 9 -Trace trap A -Opcode 1010 emulation B -Opcode 1111 emulation ... Jorrit Tyberghein