INST_M_TAG 427 src/dps8/dps8_hw_consts.h # define GET_TAG(x) ((word6) ( (x) & INST_M_TAG )) INST_M_TAG 512 src/dps8/dps8_hw_consts.h # define ISITP(x) (((x) & INST_M_TAG) == 041U) INST_M_TAG 518 src/dps8/dps8_hw_consts.h # define ISITS(x) (((x) & INST_M_TAG) == 043U)