Quote Originally Posted by Darrel Taylor View Post
Alain,

That's a dangerous way to do things.
Hi, Darrel

Not Dangerous ... those are interrupts of the third type : When the input turns previous things obsolete !!!
It's not forbidden to keep an eye on the MPLABs Program window to look at what is really supposed to happen ... ( ! )

That's why you have to specify WHERE to resume ( a pbp interrupts option ...) and update ( left aside ) calculations.

----- ---------------------------
[/code]

Then in the ReEnterPBP.bas file comment the T?_save variables.
Code:
;    T1_Save     VAR WORD
;    T2_Save     VAR WORD
;    T3_Save     VAR WORD
;    T4_Save     VAR WORD
Just remember that if you use Instant Interrupts on a different chip later, you will need to un-comment those lines.
I do not remember having read something ( T_Save values ... ) could be commented in the ReEnterPBP.bas files ...
Did I miss something from your memories ???

Alain