#ifndef _MNEMONICVALUE_H
#define _MNEMONICVALUE_H

struct MnemonicValue
{
  char *mnemonic;
  int value;
};


#endif
