Searched refs:opcode1 (Results 1 – 1 of 1) sorted by relevance
225 unsigned short opcode0, opcode1; in get_instruction() local248 if (!get_mem16(&opcode1, address + 1)) in get_instruction()250 *val = (opcode0 << 16) + opcode1; in get_instruction()