Quote Originally Posted by Pesticida View Post
Now is OK but I think that i will learn another Programming Language while PBP dont work very good with interrupts,I need for my Company something efficient.
Regards Pesti
PBP works great with interrupts, at least as well as anything else you'll find out there.
Yes, DT_INT's work better than ON INTERRUPT, but only because they work in a different way. I've used DT_INT's, I like them, outstanding piece of software to add to a program...But...I still use ON INTERRUPT only because I know how to handle it and to keep it out of my way.

It's all about the keyboard and who is banging on it to define whether or not the program you are writing is responding to those interrupts as you want.
I think I can say with a high degree of confidence that you won't be able to change compilers/assemblers and magically get good interrupt performance without first improving programming skills.