1#ifndef ROSE_BinaryAnalysis_X86InstructionProperties_H 
    2#define ROSE_BinaryAnalysis_X86InstructionProperties_H 
    4#include <featureTests.h> 
    5#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
   13namespace BinaryAnalysis {
 
   29const char* gprToString(X86GeneralPurposeRegister n);
 
   30const char* segregToString(X86SegmentRegister n);
 
   31const char* flagToString(X86Flag n);
 
Represents one Intel x86 machine instruction.