xref: /csrg-svn/sys/luna68k/stand/vectors.h (revision 57107)
1*57107Sakito /*
2*57107Sakito  * Copyright (c) 1992 OMRON Corporation.
3*57107Sakito  * Copyright (c) 1992 The Regents of the University of California.
4*57107Sakito  * All rights reserved.
5*57107Sakito  *
6*57107Sakito  * This code is derived from software contributed to Berkeley by
7*57107Sakito  * OMRON Corporation.
8*57107Sakito  *
9*57107Sakito  * %sccs.include.redist.c%
10*57107Sakito  *
11*57107Sakito  *	@(#)vectors.h	7.1 (Berkeley) 12/13/92
12*57107Sakito  */
13*57107Sakito 
14*57107Sakito /* vectors.h */
15*57107Sakito /* by A.Fujita, Nov-18-1991 */
16*57107Sakito 
17*57107Sakito #define	NVECTBL		0x400	/* size of vector table */
18*57107Sakito 
19*57107Sakito #define ILLGINST	0x010	/* Illegal Instruction */
20*57107Sakito #define TRACEVEC	0x024	/* Trace Vector offset */
21*57107Sakito #define	NMIVEC		0x07c	/* Level 7 Interrupt Auto Vector (NMI) offset */
22*57107Sakito #define	EVTRAPF		0x0bc	/* Trap #15 Instraction Vector */
23