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