summaryrefslogblamecommitdiffstats
path: root/private/mvdm/softpc.new/base/cvidc/inst_c.h
blob: a508683f234f10793c9b779578156d4e728b3712 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                        
#ifndef _Inst_c_h
#define _Inst_c_h
enum NpxOpnds
{
	M16I = 0,
	M32I = 1,
	M64I = 2,
	M32R = 3,
	M64R = 4,
	M80R = 5,
	FPSTACK = 6,
	STACKTOP = 7
};
#endif /* ! _Inst_c_h */