what happen if you place a ON INTERUPT GOTO myint and define a simple ISR as bellow?
Even if it doesn't care of anything, you should see some difference. At very least, your program know where to go when an interrupt happen.Code:disable myint: resume enable
Bookmarks