em_reg.h 432 B

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