RD_Y
#define emit_read_y(REG) *prog++ = RD_Y | RD(REG)
#define emit_read_y(REG, CTX) emit(RD_Y | RD(REG), CTX)