I_RTS
#define inst_return(ins) (((ins)&M_RTS) == I_RTS)
if ((inst & M_RTS) == I_RTS || (inst & M_RTS) == I_BLRL)
return (inst & M_RTS) == I_RTS;