1*48277Sdonn /*- 2*48277Sdonn * Copyright (c) 1991 The Regents of the University of California. 3*48277Sdonn * All rights reserved. 4*48277Sdonn * 5*48277Sdonn * %sccs.include.redist.c% 6*48277Sdonn * 7*48277Sdonn * @(#)i386.h 5.1 (Berkeley) 04/18/91 8*48277Sdonn */ 9*48277Sdonn 10*48277Sdonn /* 11*48277Sdonn * offset (in bytes) of the code from the entry address of a routine. 12*48277Sdonn * (see asgnsamples for use and explanation.) 13*48277Sdonn */ 14*48277Sdonn #define OFFSET_OF_CODE 0 15*48277Sdonn #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) 16*48277Sdonn 17*48277Sdonn enum opermodes { dummy }; 18*48277Sdonn typedef enum opermodes operandenum; 19