xref: /csrg-svn/sys/luna68k/stand/vectors.h (revision 63199)
157107Sakito /*
257107Sakito  * Copyright (c) 1992 OMRON Corporation.
3*63199Sbostic  * Copyright (c) 1992, 1993
4*63199Sbostic  *	The Regents of the University of California.  All rights reserved.
557107Sakito  *
657107Sakito  * This code is derived from software contributed to Berkeley by
757107Sakito  * OMRON Corporation.
857107Sakito  *
957107Sakito  * %sccs.include.redist.c%
1057107Sakito  *
11*63199Sbostic  *	@(#)vectors.h	8.1 (Berkeley) 06/10/93
1257107Sakito  */
1357107Sakito 
1457107Sakito /* vectors.h */
1557107Sakito /* by A.Fujita, Nov-18-1991 */
1657107Sakito 
1757107Sakito #define	NVECTBL		0x400	/* size of vector table */
1857107Sakito 
1957107Sakito #define ILLGINST	0x010	/* Illegal Instruction */
2057107Sakito #define TRACEVEC	0x024	/* Trace Vector offset */
2157107Sakito #define	NMIVEC		0x07c	/* Level 7 Interrupt Auto Vector (NMI) offset */
2257107Sakito #define	EVTRAPF		0x0bc	/* Trap #15 Instraction Vector */
23