Searched refs:firstCodeWord (Results 1 – 1 of 1) sorted by relevance
169 short firstCodeWord = file.readUShort(); in readOpcode() local170 int opcode = (firstCodeWord & 0xff); in readOpcode()171 int upperBits = (firstCodeWord & 0xff00) >> 8; in readOpcode()