191976Sjake/*-
291976Sjake * Copyright (c) 1991, 1993
391976Sjake *	The Regents of the University of California.  All rights reserved.
491976Sjake *
591976Sjake * Redistribution and use in source and binary forms, with or without
691976Sjake * modification, are permitted provided that the following conditions
791976Sjake * are met:
891976Sjake * 1. Redistributions of source code must retain the above copyright
991976Sjake *    notice, this list of conditions and the following disclaimer.
1091976Sjake * 2. Redistributions in binary form must reproduce the above copyright
1191976Sjake *    notice, this list of conditions and the following disclaimer in the
1291976Sjake *    documentation and/or other materials provided with the distribution.
1391976Sjake * 4. Neither the name of the University nor the names of its contributors
1491976Sjake *    may be used to endorse or promote products derived from this software
1591976Sjake *    without specific prior written permission.
1691976Sjake *
1791976Sjake * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1891976Sjake * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1991976Sjake * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2091976Sjake * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2191976Sjake * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2291976Sjake * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2391976Sjake * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2491976Sjake * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2591976Sjake * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2691976Sjake * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2791976Sjake * SUCH DAMAGE.
2891976Sjake *
2991976Sjake *	@(#)i386.h	8.1 (Berkeley) 6/6/93
3091976Sjake * $FreeBSD$
3191976Sjake */
3291976Sjake
3391976Sjake    /*
3491976Sjake     *	offset (in bytes) of the code from the entry address of a routine.
3591976Sjake     *	(see asgnsamples for use and explanation.)
3691976Sjake     */
3791976Sjake#define OFFSET_OF_CODE	0
3891976Sjake
3991976Sjakeenum opermodes { dummy };
4091976Sjaketypedef enum opermodes	operandenum;
41