I am troubleshooting a program using MPLAB Simulator. In the code, I am learning to work with EEPROM by writting data to it and then trying to read from it. When writting data to EEPROM, the write control bit of EECON1 correctly sets. However, it does not clear after the information is written. The 16F690 datasheet says it is cleared by hardware. Can a set Write Control Bit of EECON1 clear while using the MPLAB Simulator. If so, how?