	// stupid sc, write a 1 to rt
	if (opcode == 0x38 && rtReg != 0) {
		state.registers[rtReg] = 1;
	}
