em_reg.h 443 B

123456789101112131415
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /*
  7. * mes ms_reg,offset,size,type,priority
  8. *
  9. * Here are the defines for type
  10. */
  11. #define reg_any 0 /* Unspecified type */
  12. #define reg_loop 1 /* loop control variable */
  13. #define reg_pointer 2 /* pointer variable */
  14. #define reg_float 3 /* floating point variable */