Searched refs:DecodeByte (Results 1 – 1 of 1) sorted by relevance
356 uint8_t DecodeByte = (Bytes[1] & 0xF7) >> 3; in getInstruction() local359 if (DecodeByte < 0x08) { in getInstruction()