Hi
Suppose that I want to disable interrupts after ON INTERRUPT command.
I read below suggestion in a book:
We shuldn't disable interrupts after ON INTERRUPT command with clearing GIE because
clearing this bit declares to PBP that an interrupt's happened and PBP jumps to ISR.
Instead of above we should use INTCON=%10000000
IS it True? Why?
Regards.
Bookmarks