	// Store the result in the destination register, if applicable
	if (_storeReg != 0) {
		state.registers[_storeReg] = val;
	}
