185353Speter/*-
285353Speter * Copyright (c) 1991, 1993
385353Speter *	The Regents of the University of California.  All rights reserved.
485353Speter *
585353Speter * Redistribution and use in source and binary forms, with or without
685353Speter * modification, are permitted provided that the following conditions
785353Speter * are met:
885353Speter * 1. Redistributions of source code must retain the above copyright
985353Speter *    notice, this list of conditions and the following disclaimer.
1085353Speter * 2. Redistributions in binary form must reproduce the above copyright
1185353Speter *    notice, this list of conditions and the following disclaimer in the
1285353Speter *    documentation and/or other materials provided with the distribution.
1385353Speter * 4. Neither the name of the University nor the names of its contributors
1485353Speter *    may be used to endorse or promote products derived from this software
1585353Speter *    without specific prior written permission.
1685353Speter *
1785353Speter * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1885353Speter * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1985353Speter * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2085353Speter * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2185353Speter * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2285353Speter * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2385353Speter * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2485353Speter * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2585353Speter * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2685353Speter * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2785353Speter * SUCH DAMAGE.
2885353Speter *
2985353Speter *	@(#)i386.h	8.1 (Berkeley) 6/6/93
3085353Speter * $FreeBSD$
3185353Speter */
3285353Speter
3385353Speter    /*
3485353Speter     *	offset (in bytes) of the code from the entry address of a routine.
3585353Speter     *	(see asgnsamples for use and explanation.)
3685353Speter     */
3785353Speter#define OFFSET_OF_CODE	0
3885353Speter
3985353Speterenum opermodes { dummy };
4085353Spetertypedef enum opermodes	operandenum;
41