0 Members and 1 Guest are viewing this topic.
Keep in mind that although interrupts are convenient, they are much slower, larger, and require more control than just calling the routine from your main loop. Not to mention, they prevent you from using certain commands like the OS getkey or mirage's [on] break. You should only use interrupts when it can't be done easily any other way or when exact timing is extremely important.