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