source: liacs/ca/opdr2b/src/constant.h@ 2

Last change on this file since 2 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 397 bytes
Line 
1/* Author : Rick van der Zwet
2 * S-number : 0433373
3 * Version : $Id: constant.h 360 2007-12-03 02:04:17Z rick $
4 * Copyright : FreeBSD Licence
5 * Description : MIPS simulator. Header
6 */
7#ifndef CONSTANT_H
8#define CONSTANT_H
9
10typedef enum { C0, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12 }
11 const_control_t;
12
13word constant_call (const_control_t action);
14#endif
Note: See TracBrowser for help on using the repository browser.