??? 03/02/07 13:36 Read: times |
#134083 - and I should have added... Responding to: ???'s previous message |
I need to include "SETB TCON.0" so that falling edges are detected instead of low levels.
So, what happens with ie0 flag if the interrupts are disabled? It will stay on when the interrupt happens, until the interrupt routine is processed, or until a command specifically clears it. CLR IE0 would work. |