dcorraliza,

The things you are saying make no sense.

I'm sure you are just seeing the symptoms of the problem, and when they change, you feel that what you changed fixed it. But, more than likely the problem just moved somewhere else.

Only seeing 5 or 6 lines of your 64k code gives me no way of knowing what's going wrong.

Attempting to convert an already existing (very large) program to use Instant Interrupts, almost never works.

When the program was written to begin with. No attention was paid to what can happen with interrupts. The program has already been debugged and known to be working.

Then when you suddenly try to add interrupts, and nothing works anymore. Since you already know the program worked before, it must be Darrel's program that's causing the problem. And any other possibilities are ignored because again. It already works. (on it's own)

DT_INTS is a starting point. If you start writing your program with it. You'll end up with a really cool program in the end.

If you want to apply it to an existing program that wasn't written for interrupts. It's not likely to work.

Sorry,
Darrel Taylor