def print_mcr_op(i, mcr, s): print "%x: %s (using r%d)" %(i.ea, s, mcr['opcode1']) if ADD_COMMENT: idc.MakeComm(i.ea, s)