
#define COLOR 1

struct regstruct
{
	char *regname;
	short regid;
	short flags;
};

struct instruction 
{
	short ir1;
	short ir2;
};

