cours2: constants.h

File constants.h, 180 bytes (added by fpecheux, 15 years ago)
Line 
1#ifndef _CONSTANTS_H
2#define _CONSTANTS_H
3
4#define OP_LW   35
5#define OP_SW   43
6#define OP_ADDI 8
7#define OP_SPECIAL      0
8#define FUNC_SUB        34     
9#define OP_BEQ  4
10#define OP_BNE  5
11
12#endif