MS_INS_MASK
(((ins<<MS_INS_OFFSET) & MS_INS_MASK) | \
#define MS_INS(param) ((param & MS_INS_MASK) >> MS_INS_OFFSET)