source: liacs/ca/opdr2b/src/imm.h@ 7

Last change on this file since 7 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: 351 bytes
Line 
1/* Author : Rick van der Zwet
2 * S-number : 0433373
3 * Version : $Id: imm.h 360 2007-12-03 02:04:17Z rick $
4 * Copyright : FreeBSD Licence
5 * Description : MIPS simulator. Header
6 */
7#ifndef IMM_H
8#define IMM_H
9
10typedef enum { S16, SSA, U26, Z16, S16x4 } imm_control_t;
11
12word imm_call (const word in, const imm_control_t action);
13#endif
Note: See TracBrowser for help on using the repository browser.