disable INT0 will disable the interrupt enable bit in the IE register. but ... if a flag was still pending, the interrupt will still be called once.
so clear the flag in TCON.1 to prevent that the isr is called.
↧