inst_parity
if (((datahi >> 4) & 0xf) ^ inst_parity(insta)) {
if ((datahi & 0xf) ^ inst_parity(instb)) {