> Disabling interrupts most likely will not make your program execute any > faster. All it would do is prevent the TI-OS interrupt routine from being > called ~150 times per second. It's not a lot of wasted clock cycles... But it enables you to make use of the shadow registers, IY and SP as well when you don't want to use memory variables. That's why I always start my progs with a DI. PG