TARGET_MASK
#define minor2target(minor) ( minor & TARGET_MASK )
#define minor2target(minor) ( (minor & TARGET_MASK) >> 3 )